You are here

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

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

Get the dispatcher type.

Return value

string The dispatcher type.

Overrides EventInterface::getDispatcherType

File

modules/path_event_dispatcher/src/Event/Path/PathDeleteEvent.php, line 47

Class

PathDeleteEvent
Class PathDeleteEvent.

Namespace

Drupal\path_event_dispatcher\Event\Path

Code

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