public function PathUpdateEvent::getDispatcherType in Hook Event Dispatcher 8
Get the dispatcher type.
Return value
string The dispatcher type.
Overrides EventInterface::getDispatcherType
File
- src/
Event/ Path/ PathUpdateEvent.php, line 18
Class
- PathUpdateEvent
- Class UpdatePathEvent.
Namespace
Drupal\hook_event_dispatcher\Event\PathCode
public function getDispatcherType() {
return HookEventDispatcherInterface::PATH_UPDATE;
}