Skip to content
Snippets Groups Projects
Unverified Commit d82fe7eb authored by Adam Bramley's avatar Adam Bramley Committed by dpi
Browse files

Issue #3417924 by acbramley: Fix module_implements_alter exception handling

parent fb1a0538
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ class Alter {
assert(!str_ends_with($alter, '_alter'));
if (in_array($alter, [
// This hook is invoked by \Drupal\Core\Extension\ModuleHandler::alter.
'module_implements_alter',
'module_implements',
], TRUE)) {
// If this alter becomes supported, and Hux is still throwing this
// exception, then you can temporarily extend this class and constructor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment