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