Problem/Motivation
hook_update_requirements()
and hook_runtime_requirements()
are now available.
Let's convert the core ones that only interact with update or runtime.
Runtime phase only
- image
- jsonapi
- locale
- mysql
- navigation
- node
- search
- update_test_schema
- update
- user
- demo_umami
Update phase only
- update_script_test
Steps to reproduce
N/A
Proposed resolution
Convert them to OOP equivalents
Remaining tasks
Fix migrate failures
User interface changes
N/A
Introduced terminology
N/A
API changes
N/A
Data model changes
N/A
Release notes snippet
N/A