laminas-modulemanager
laminas-modulemanager copied to clipboard
Try to load all modules from dependency Array
Feature Request
Q | A |
---|---|
New Feature | yes |
Summary
Many modules have dependencies on other modules and specify them with the DependencyIndicatorInterface within the module.
Currently, a MissingDependencyModuleException is thrown if a dependency is not loaded.
The feature request proposes a feature that at least tries to reload the dependencies via "loadModule". If that fails, the MissingDependencyModuleException can still be thrown.