Closed (fixed)
Project:
Drupal core
Version:
main
Component:
extension system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2026 at 15:37 UTC
Updated:
17 Feb 2026 at 09:14 UTC
Jump to comment: Most recent
12 is open, let's remove methods deprecated for removal in 12.
N/A
Remove the 6 deprecated methods in modulehandler
Remove tests for them
Remove phpstan baseline rules
Update hook collector pass to related to the deprecated methods
N/A
N/A
N/A
N/A
N/A
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
nicxvan commentedComment #3
nicxvan commentedComment #5
nicxvan commentedComment #6
smustgrave commentedSeems to be 1 more call in getHookImplementationList() that in scope here?
Comment #7
nicxvan commentedThanks for checking!
If you mean:
That will be addressed in: #3571067: [12.x] Remove hook_hook_info and support in HookCollectorPass which is postponed on this issue.
Comment #8
smustgrave commentedin that case that was the only remaining deprecation. LGTM
Comment #9
nicxvan commentedComment #10
nicxvan commentedComment #11
catchCommitted/pushed to main, thanks!