public function SectionComponentDependenciesEvent::getModuleDependencies in Dependency Calculation 8
Get the module dependencies for this event.
Return value
string[] The module dependencies.
File
- src/
Event/ SectionComponentDependenciesEvent.php, line 71
Class
- SectionComponentDependenciesEvent
- The SectionComponentDependenciesEvent event.
Namespace
Drupal\depcalc\EventCode
public function getModuleDependencies() {
return $this->moduleDependencies ?: [];
}