eca-1.0.x-dev/modules/miscellaneous/src/Plugin/ECA/Event/RoutingEventDeriver.php
modules/miscellaneous/src/Plugin/ECA/Event/RoutingEventDeriver.php
<?php
namespace Drupal\eca_misc\Plugin\ECA\Event;
use Drupal\eca\Plugin\ECA\Event\EventDeriverBase;
/**
* Deriver for ECA Routing event plugins.
*/
class RoutingEventDeriver extends EventDeriverBase {
/**
* {@inheritdoc}
*/
protected function definitions(): array {
return RoutingEvent::definitions();
}
}
