Represents route building information as event.
Hierarchy
- class \Symfony\Component\EventDispatcher\Event
- class \Drupal\Core\Routing\RouteBuildEvent
File
- core/lib/Drupal/Core/Routing/RouteBuildEvent.php, line 11
Namespace
Drupal\Core\Routing
Members
Name | Modifiers | Type | Description |
---|---|---|---|
Event::$dispatcher | private | property | |
Event::$name | private | property | |
Event::$propagationStopped | private | property | |
Event::getDispatcher Deprecated | public | function | Returns the EventDispatcher that dispatches this Event. |
Event::getName Deprecated | public | function | Gets the event's name. |
Event::isPropagationStopped | public | function | Returns whether further event listeners should be triggered. |
Event::setDispatcher Deprecated | public | function | Stores the EventDispatcher that dispatches this Event. |
Event::setName Deprecated | public | function | Sets the event's name property. |
Event::stopPropagation | public | function | Stops the propagation of the event to further event listeners. |
RouteBuildEvent::$routeCollection | protected | property | The route collection. |
RouteBuildEvent::getRouteCollection | public | function | Gets the route collection. |
RouteBuildEvent::__construct | public | function | Constructs a RouteBuildEvent object. |
Please login to continue.