You are here

public function PathInsertEvent::getDispatcherType in Hook Event Dispatcher 3.x

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

Get the dispatcher type.

Return value

string The dispatcher type.

Overrides EventInterface::getDispatcherType

File

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

Class

PathInsertEvent
Class PathInsertEvent.

Namespace

Drupal\path_event_dispatcher\Event\Path

Code

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