Problem/Motivation
12 is open, let's remove methods deprecated for removal in 12.
Steps to reproduce
N/A
Proposed resolution
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
Remaining tasks
User interface changes
N/A
Introduced terminology
N/A
API changes
N/A
Data model changes
N/A
Release notes snippet
N/A
Issue fork drupal-3571063
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:
- 3571063-remove-deprecated-methods
changes, plain diff MR !14595
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!