You are here

public function PathDeleteEvent::getDispatcherType in Hook Event Dispatcher 8

Get the dispatcher type.

Return value

string The dispatcher type.

Overrides EventInterface::getDispatcherType

File

src/Event/Path/PathDeleteEvent.php, line 46

Class

PathDeleteEvent
Class PathDeleteEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Path

Code

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