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