You are here

public function PathUpdateEvent::getDispatcherType in Hook Event Dispatcher 8.2

Same name and namespace in other branches
  1. 3.x modules/path_event_dispatcher/src/Event/Path/PathUpdateEvent.php \Drupal\path_event_dispatcher\Event\Path\PathUpdateEvent::getDispatcherType()

Get the dispatcher type.

Return value

string The dispatcher type.

Overrides EventInterface::getDispatcherType

File

modules/path_event_dispatcher/src/Event/Path/PathUpdateEvent.php, line 18

Class

PathUpdateEvent
Class UpdatePathEvent.

Namespace

Drupal\path_event_dispatcher\Event\Path

Code

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