Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
1 Aug 2013 at 06:58 UTC
Updated:
3 Mar 2015 at 18:14 UTC
Jump to comment: Most recent, Most recent file
As commented in https://drupal.org/node/2045931#comment-7697279 instead of replacing all module_invoke() function calls with \Drupal::moduleHandler()->invoke() we should see how can the ModuleHandler be injected in each case.
This issue is part of #2045921: Replace all module_invoke() deprecated function calls.
Meta Issue.
#1916134: Remove module_* deprecated functions
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | replace_deprecated_module_invoke-2055333-4.patch | 5.72 KB | juanolalla |
| #4 | interdiff.txt | 4.73 KB | juanolalla |
Comments
Comment #1
juanolalla commentedI'm doing it
Comment #2
juanolalla commentedI upload the patch.
Comment #4
juanolalla commentedI didn't realize that the three controllers already have ModuleHandler injected extending EntityFormController. I upload the patch fixing it.
Comment #6
juanolalla commented#4: replace_deprecated_module_invoke-2055333-4.patch queued for re-testing.
Comment #7
jhedstromPatch no longer applies.
Comment #8
jacob.embree commentedThis issue is fixed.
module_invoke()no longer appears in core.