ModuleHandlerInterface::getImplementations() usage is deprecated, based on the documentation found in https://www.drupal.org/node/3000490.
Instead ModuleHandlerInterface::invokeAllWith() should be used for hook invocations, or
ModuleHandlerInterface::hasImplementations() to determine if hooks implementations exist.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | call_to_undefined_method_modulejandler_getImplementations-3527972-4.patch | 1.05 KB | vensires |
Issue fork markit-3527972
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
vensires@axioteo I checked your code and seems to be correct. We already only support Drupal versions greater than 10.2 though, so we don't actually need the compatibility layer. I have done the required change in MR. Uploading patch too.
Please validate it's working as expected and I will gladly generate a new release immediately afterwards.
Comment #5
axioteo commentedThank you @vensires, I've applied your patch and everything works as expected.
Comment #6
vensiresComment #8
vensiresThank you for your work on this. Merged!