You are here

public function EventInterface::getDispatcherType in Hook Event Dispatcher 8.2

Same name and namespace in other branches
  1. 8 src/Event/EventInterface.php \Drupal\hook_event_dispatcher\Event\EventInterface::getDispatcherType()
  2. 3.x 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.

... See full list

File

src/Event/EventInterface.php, line 16

Class

EventInterface
Interface EntityEventInterface.

Namespace

Drupal\hook_event_dispatcher\Event

Code

public function getDispatcherType() : string;