public function DependentEntityWrapper::getModuleDependencies in Dependency Calculation 8
The list of module dependencies.
Return value
string[]
Overrides DependentEntityWrapperInterface::getModuleDependencies
File
- src/
DependentEntityWrapper.php, line 209
Class
- DependentEntityWrapper
- An entity wrapper class for finding and tracking dependencies of an entity.
Namespace
Drupal\depcalcCode
public function getModuleDependencies() {
return $this->modules;
}