Problem/Motivation
\Drupal\Core\Extension\ModuleHandlerInterface::getImplementations() has been deprecated in D10, CR: https://www.drupal.org/node/3000490
Proposed resolution
Switch to new supported Drupal\Core\Extension\ModuleHandlerInterface::invoke*With()
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3343024-2.patch | 594 bytes | fenstrat |
Issue fork hux-3343024
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 #2
fenstratHere's the update approach.
Will also push as a MR.
Comment #4
dpiHuxModuleHandlerProxyTraitis intended as a hollow proxy to the inner (usually core) implementation. I think in this case we'd straight up remove the method.I'm in favor of switching to a >=D10 -only support branch.
Only D9.4 and above will see trigger error now right? D10 users are not affected in any way (other than dead code) ?
Comment #5
dpiComment #7
dpias found in
1.2.0-rc1Comment #8
fenstratMake sense, thanks @dpi!