gamify-1.1.x-dev/src/Plugin/ECA/Event/GamifyEventDeriver.php
src/Plugin/ECA/Event/GamifyEventDeriver.php
<?php
namespace Drupal\gamify\Plugin\ECA\Event;
use Drupal\eca\Plugin\ECA\Event\EventDeriverBase;
/**
* Deriver for ECA Gamify event plugins.
*/
class GamifyEventDeriver extends EventDeriverBase {
/**
* {@inheritdoc}
*/
protected function definitions(): array {
return GamifyEvent::definitions();
}
}
