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