- 🇫🇷France andypost
Updated IS - sorted after commited 📌 Change $info array argument to system_get_module_admin_tasks() to $name Fixed
This meta issue is to keep track of deprecations to be carried out in the Extension system after the completion of the 3-phases of the extension system refactoring.
📌
Move system_get_module_admin_tasks() into a service and deprecate it
Fixed
📌
Move ModuleHandler::buildModuleDependencies to extension listing code
Needs work
📌
Deprecate module_set_weight()
Needs work
vs
#1808132: Move module_set_weight() into ModuleHandler::setWeight(), add ModuleHandler::getWeight() to replace missing functionality →
📌
ModuleHandler should not maintain list of installed modules now that ModuleExtensionList exists
Needs work
#3179546: Tag ExtensionList services with extension.list →
📌
Deprecate module_config_sort()
Needs work
📌
Deprecate ModuleHandlerInterface::getName()
Fixed
📌
Change $info array argument to system_get_module_admin_tasks() to $name
Fixed
#2926068: Deprecate system_rebuild_module_data() and remove usages in core →
#2347783: Deprecate drupal_get_path() and drupal_get_filename() and replace with ExtensionList::getPath() and ExtensionList::getPathname() →
#697946: Properly deprecate module_load_include() and move it into \Drupal::moduleHandler() service →
#2940189: Deprecate system_get_info() →
#2873051: Replace usages of system_rebuild_module_data with the extension.list.module service →
📌
Delegate all hook invocations to ModuleHandler
Fixed
Active
10.1 ✨
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Updated IS - sorted after commited 📌 Change $info array argument to system_get_module_admin_tasks() to $name Fixed