public function EventInterface::getDispatcherType in Hook Event Dispatcher 3.x
Same name and namespace in other branches
- 8.2 src/Event/EventInterface.php \Drupal\hook_event_dispatcher\Event\EventInterface::getDispatcherType()
- 8 src/Event/EventInterface.php \Drupal\hook_event_dispatcher\Event\EventInterface::getDispatcherType()
Get the dispatcher type.
Return value
string The dispatcher type.
75 methods override EventInterface::getDispatcherType()
- BlockBuildAlterEvent::getDispatcherType in modules/
core_event_dispatcher/ src/ Event/ Block/ BlockBuildAlterEvent.php - Get the dispatcher type.
- CronEvent::getDispatcherType in modules/
core_event_dispatcher/ src/ Event/ Core/ CronEvent.php - Get the dispatcher type.
- EntityAccessEvent::getDispatcherType in modules/
core_event_dispatcher/ src/ Event/ Entity/ EntityAccessEvent.php - Get the dispatcher type.
- EntityBaseFieldInfoAlterEvent::getDispatcherType in modules/
core_event_dispatcher/ src/ Event/ Entity/ EntityBaseFieldInfoAlterEvent.php - Get the dispatcher type.
- EntityBaseFieldInfoEvent::getDispatcherType in modules/
core_event_dispatcher/ src/ Event/ Entity/ 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() : string;