public function DependentEntityWrapperInterface::addModuleDependencies in Dependency Calculation 8
Add new module dependencies.
Parameters
array $modules: The list of modules to add as dependencies.
1 method overrides DependentEntityWrapperInterface::addModuleDependencies()
- DependentEntityWrapper::addModuleDependencies in src/
DependentEntityWrapper.php - Add new module dependencies.
File
- src/
DependentEntityWrapperInterface.php, line 96
Class
- DependentEntityWrapperInterface
- Interface DependentEntityWrapperInterface.
Namespace
Drupal\depcalcCode
public function addModuleDependencies(array $modules);