Problem/Motivation
Found in #3493043: Prevent hooks that do not go through module handler from being added to the container.
hook_install_tasks
hook_install_tasks_alter
Need to be:
install_tasks
install_tasks_alter
Steps to reproduce
Open HookCollectorPass
Proposed resolution
Remove hook_
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3499263
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:
- 3499263-fix-hookinstalltasks-and
changes, plain diff MR !10888
Comments
Comment #3
nicxvan commentedComment #4
smustgrave commentedSeems pretty straight forward. See no issue.
Comment #5
nicxvan commentedBerdir should get credit too, he found it.
Comment #7
quietone commented#3490296
Comment #9
quietone commentedCommitted 0be5673 and pushed to 11.x. Thanks!