Contains all events thrown in the core routing component.
Hierarchy
- class \Drupal\Core\Routing\RoutingEvents
File
- core/lib/Drupal/Core/Routing/RoutingEvents.php, line 8
Namespace
Drupal\Core\Routing
Members
Name | Modifiers | Type | Description |
---|---|---|---|
RoutingEvents::ALTER | constant | Name of the event fired during route collection to allow changes to routes. | |
RoutingEvents::DYNAMIC | constant | Name of the event fired during route collection to allow new routes. | |
RoutingEvents::FINISHED | constant | Name of the event fired to indicate route building has ended. |
Please login to continue.