public static function EntityEmbedCollector::getSubscribedEvents in Dependency Calculation 8
File
- src/
EventSubscriber/ DependencyCollector/ EntityEmbedCollector.php, line 23
Class
- EntityEmbedCollector
- Class EntityEmbedCollector.
Namespace
Drupal\depcalc\EventSubscriber\DependencyCollectorCode
public static function getSubscribedEvents() {
$events[DependencyCalculatorEvents::CALCULATE_DEPENDENCIES][] = [
'onCalculateDependencies',
];
return $events;
}