You are here

public function EntityAccessEvent::getDispatcherType in Hook Event Dispatcher 8.2

Same name and namespace in other branches
  1. 3.x modules/core_event_dispatcher/src/Event/Entity/EntityAccessEvent.php \Drupal\core_event_dispatcher\Event\Entity\EntityAccessEvent::getDispatcherType()

Get the dispatcher type.

Return value

string The dispatcher type.

Overrides EventInterface::getDispatcherType

File

modules/core_event_dispatcher/src/Event/Entity/EntityAccessEvent.php, line 96

Class

EntityAccessEvent
Class EntityAccessEvent.

Namespace

Drupal\core_event_dispatcher\Event\Entity

Code

public function getDispatcherType() : string {
  return HookEventDispatcherInterface::ENTITY_ACCESS;
}