Skip to content
Snippets Groups Projects

Issue #329012: Remove call_user_func_array() from ModuleHandler::invoke() + invokeAll()

Issue #329012: Remove call_user_func_array() from ModuleHandler::invoke() + invokeAll()

Merge request reports

Members who can merge are allowed to add commits.
Approval is optional
Code Quality is loading
Test summary results are being parsed
Merge blocked: 1 check failed

Merge details

  • The source branch is 2271 commits behind the target branch.
  • 1 commit will be added to 11.x.
  • Source branch will not be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • casey added 5 commits

    added 5 commits

    • cea18d35 - Replace all call_user_func_array calls with direct callable invocations and argument unpacking
    • 151bf578 - Replace all call_user_func calls with direct callable invocations
    • 6215d042 - Use VarDumper::class instead of string constant and replace call_user_func with direct method call
    • b932527a - Replace call_user_func() in DoTrustedCallbackTrait::doTrustedCallback() with...
    • 8ba90ca3 - Replace switch and call_user_func() in Views::getViewsAsOptions() with a match...

    Compare with previous version

  • casey added 7 commits

    added 7 commits

    • 8ba90ca3...c574a6e4 - 2 commits from branch project:11.x
    • f69f288a - Replace all call_user_func_array calls with direct callable invocations and argument unpacking
    • c541ab38 - Replace all call_user_func calls with direct callable invocations
    • d3bfd6e8 - Use VarDumper::class instead of string constant and replace call_user_func with direct method call
    • fff36ff2 - Replace call_user_func() in DoTrustedCallbackTrait::doTrustedCallback() with...
    • 21ff97de - Replace switch and call_user_func() in Views::getViewsAsOptions() with a match...

    Compare with previous version

  • casey changed title from Replace all call_user_func_array calls with direct callable invocations and argument unpacking to Issue #329012: Remove call_user_func_array() from ModuleHandler::invoke() + invokeAll()

    changed title from Replace all call_user_func_array calls with direct callable invocations and argument unpacking to Issue #329012: Remove call_user_func_array() from ModuleHandler::invoke() + invokeAll()

Please register or sign in to reply
Loading