The class reads the autoload.ini files of the available modules and returns
an array of active modules with their dependencies solved.
Usage:
$arrModules = ModuleLoader::getActive();
$arrModules = ModuleLoader::getDisabled();
Deprecation:
Deprecated since Contao 4.0, to be removed in Contao 5.0.
Use the container parameter "kernel.bundles" instead.