Mark media and media_library as converted
1 unresolved thread
1 unresolved thread
Closes #3495508
Merge request reports
Activity
- Resolved by Lee Rowlands
added 22 commits
-
057e43c9...1c773fed - 18 commits from branch
project:11.x
- 5ff81be2 - Mark media and media_library as converted
- f2680788 - Stan
- 7bf833af - Rename to plural
- 9fb0664c - Return types
Toggle commit list-
057e43c9...1c773fed - 18 commits from branch
- Resolved by nicxvan
- Resolved by nicxvan
1 parameters: Because it cannot skip all procedural scanning, it has a hook_requirements.
You can only use the parameter if you have converted all hooks that are supported for OOP and are not using any of the special meta hooks. That means you have converted all hooks and have no implementations for hook_requirements, hook_hook_info, or hook_module_implements_alter.
preprocess hooks can safely be ignored.
If you have one of those hooks then you can only use #[StopProceduralScan] on a per file basis.
Edited by nicxvan
Please register or sign in to reply