public function SectionComponentDependenciesEvent::getEntityDependencies in Dependency Calculation 8
Get the entity dependencies for this event.
Return value
\Drupal\Core\Entity\EntityInterface[] The entity dependencies.
File
- src/
Event/ SectionComponentDependenciesEvent.php, line 61
Class
- SectionComponentDependenciesEvent
- The SectionComponentDependenciesEvent event.
Namespace
Drupal\depcalc\EventCode
public function getEntityDependencies() {
return $this->entityDependencies ?: [];
}