final class PathInsertEvent in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 3.x modules/path_event_dispatcher/src/Event/Path/PathInsertEvent.php \Drupal\path_event_dispatcher\Event\Path\PathInsertEvent
Class PathInsertEvent.
Hierarchy
- class \Drupal\path_event_dispatcher\Event\Path\AbstractPathEvent extends \Symfony\Component\EventDispatcher\Event implements EventInterface
- class \Drupal\path_event_dispatcher\Event\Path\PathInsertEvent
Expanded class hierarchy of PathInsertEvent
1 file declares its use of PathInsertEvent
- 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/ PathInsertEvent.php, line 10
Namespace
Drupal\path_event_dispatcher\Event\PathView source
final class PathInsertEvent extends AbstractPathEvent {
/**
* Get the dispatcher type.
*
* @return string
* The dispatcher type.
*/
public function getDispatcherType() : string {
return HookEventDispatcherInterface::PATH_INSERT;
}
}
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 |
PathInsertEvent:: |
public | function |
Get the dispatcher type. Overrides EventInterface:: |