PathUpdateEvent.php in Hook Event Dispatcher 8
Namespace
Drupal\hook_event_dispatcher\Event\PathFile
src/Event/Path/PathUpdateEvent.phpView source
<?php
namespace Drupal\hook_event_dispatcher\Event\Path;
use Drupal\hook_event_dispatcher\HookEventDispatcherInterface;
/**
* Class UpdatePathEvent.
*/
final class PathUpdateEvent extends BasePathEvent {
/**
* Get the dispatcher type.
*
* @return string
* The dispatcher type.
*/
public function getDispatcherType() {
return HookEventDispatcherInterface::PATH_UPDATE;
}
}
Classes
Name | Description |
---|---|
PathUpdateEvent | Class UpdatePathEvent. |