final class PathUpdateEvent in Hook Event Dispatcher 8
Class UpdatePathEvent.
Hierarchy
- class \Drupal\hook_event_dispatcher\Event\Path\BasePathEvent extends \Symfony\Component\EventDispatcher\Event implements EventInterface
- class \Drupal\hook_event_dispatcher\Event\Path\PathUpdateEvent
Expanded class hierarchy of PathUpdateEvent
1 file declares its use of PathUpdateEvent
- hook_event_dispatcher.module in ./
hook_event_dispatcher.module - Hook event dispatcher module.
File
- src/
Event/ Path/ PathUpdateEvent.php, line 10
Namespace
Drupal\hook_event_dispatcher\Event\PathView source
final class PathUpdateEvent extends BasePathEvent {
/**
* Get the dispatcher type.
*
* @return string
* The dispatcher type.
*/
public function getDispatcherType() {
return HookEventDispatcherInterface::PATH_UPDATE;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BasePathEvent:: |
protected | property | The alias for the source. | |
BasePathEvent:: |
protected | property | Lang code. | |
BasePathEvent:: |
protected | property | The path id. | |
BasePathEvent:: |
protected | property | The source like '/node/1'. | |
BasePathEvent:: |
public | function | Getter. | |
BasePathEvent:: |
public | function | Getter. | |
BasePathEvent:: |
public | function | Getter. | |
BasePathEvent:: |
public | function | Getter. | |
BasePathEvent:: |
public | function | BaseEntityEvent constructor. | 1 |
PathUpdateEvent:: |
public | function |
Get the dispatcher type. Overrides EventInterface:: |