public function CronEvent::getDispatcherType in Hook Event Dispatcher 8
Get the dispatcher type.
Return value
string The dispatcher type.
Overrides EventInterface::getDispatcherType
File
- src/
Event/ Cron/ CronEvent.php, line 20
Class
- CronEvent
- Class CronEvent.
Namespace
Drupal\hook_event_dispatcher\Event\CronCode
public function getDispatcherType() {
return HookEventDispatcherInterface::CRON;
}