laminas-modulemanager icon indicating copy to clipboard operation
laminas-modulemanager copied to clipboard

Try to load all modules from dependency Array

Open nusphere opened this issue 2 years ago • 0 comments

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.

nusphere avatar Apr 08 '22 11:04 nusphere