public function EventInterface::getDispatcherType in Hook Event Dispatcher 8
Same name and namespace in other branches
- 8.2 src/Event/EventInterface.php \Drupal\hook_event_dispatcher\Event\EventInterface::getDispatcherType()
- 3.x src/Event/EventInterface.php \Drupal\hook_event_dispatcher\Event\EventInterface::getDispatcherType()
Get the dispatcher type.
Return value
string The dispatcher type.
66 methods override EventInterface::getDispatcherType()
- BlockBuildAlterEvent::getDispatcherType in src/
Event/ Block/ BlockBuildAlterEvent.php - Get the dispatcher type.
- CronEvent::getDispatcherType in src/
Event/ Cron/ CronEvent.php - Get the dispatcher type.
- EntityAccessEvent::getDispatcherType in src/
Event/ Entity/ EntityAccessEvent.php - Get the dispatcher type.
- EntityBaseFieldInfoAlterEvent::getDispatcherType in src/
Event/ EntityType/ EntityBaseFieldInfoAlterEvent.php - Get the dispatcher type.
- EntityBaseFieldInfoEvent::getDispatcherType in src/
Event/ EntityType/ EntityBaseFieldInfoEvent.php - Get the dispatcher type.
File
- src/
Event/ EventInterface.php, line 16
Class
- EventInterface
- Interface EntityEventInterface.
Namespace
Drupal\hook_event_dispatcher\EventCode
public function getDispatcherType();