- π¬π§United Kingdom catch
Quite a lot has changed since this issue was opened, and even since the most recent comments here, could use a review of what if anything is remaining.
Updated: Comment #N
Look at Drupal\Core\Extension\ModuleHandler class. It's a mess. There are horrors in there like removeCacheBins() that is not something the module handler should ever care about.
Inject the event dispatcher into the module handler and fire events for module related hooks.
Patch, decide on how to deal with existing hooks.
None
Addition of module events.
Maybe not deprecation of hooks? Not sure.
Postponed: needs info
11.0 π₯
extension system
Refactors an existing API or subsystem for consistency, performance, modularization, flexibility, third-party integration, etc. May imply an API change. Frequently used during the Code Slush phase of the release cycle.
Issue summaries save everyone time if they are kept up-to-date. See Update issue summary task instructions.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Quite a lot has changed since this issue was opened, and even since the most recent comments here, could use a review of what if anything is remaining.