You are here

public function EventInterface::getDispatcherType in Hook Event Dispatcher 8

Same name and namespace in other branches
  1. 8.2 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.

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.

... See full list

File

src/Event/EventInterface.php, line 16

Class

EventInterface
Interface EntityEventInterface.

Namespace

Drupal\hook_event_dispatcher\Event

Code

public function getDispatcherType();