mirror of
https://github.com/flarum/core.git
synced 2025-07-20 00:01:17 +02:00
The getEnabled method returns all extensions (previously) enabled, yet manually uninstalled through composer. This does not reference the exact, current state of the forum. getEnabledExtensions returns a list where the getEnabled list is filtered on the extensions found in the composer installed.json file.