- πΊπΈUnited States nicxvan
This has been postponed for 10 years.
I'm not sure this is worth doing, I'll leave this pmni for a few months in case someone wants to revive this.
Follow-up to: #1331486: Move module_invoke_*() and friends to an Extensions class β
To do so, it gets the list of enabled modules injected from DrupalKernel (which reads the list from the system.module:enabled
configuration). The list of modules can be overridden/mocked for special use-cases though; e.g., install.php, update.php, and tests are operating with a fixed/locked module list, which is not the configured list of enabled modules.
There's an additional set of functionality tacked onto it:
hook_theme()
implementations are loaded in order to build the complete theme registry).Postponed
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.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This has been postponed for 10 years.
I'm not sure this is worth doing, I'll leave this pmni for a few months in case someone wants to revive this.