Problem/Motivation
Support for object oriented hook implementations using autowired services.
Introduced in 11.1 (but supported back to 10.1 using BC layer).
Change should have no functional change to the module.
Proposed resolution
Convert existing hooks into OO hooks using backwards compatible code.
Remaining tasks
- ✅ File an issue
- ✅ Addition/Change/Update/Fix
- ✅ Testing to ensure no regression
- ✅ Automated unit testing coverage
- ✅ Automated functional testing coverage
- ➖ UX/UI designer responsibilities
- ➖ Readability
- ➖ Accessibility
- ✅ Performance
- ➖ Security
- ➖ Documentation
- ➖ Code review by maintainers
- ➖ Full testing and approval
- ➖ Credit contributors
- ➖ Review with the product owner
- ➖ Release notes snippet
- ❌ Release
User interface changes
- N/A
API changes
- N/A
Data model changes
- N/A
Release notes snippet
Issue fork genpass-3509679
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
elc commentedConverted hook_help as a first step.
Comment #4
elc commentedMigration completed. Additional eyeballs appreciated.
Comment #6
elc commentedNo reviews. Making a RC for field testing.