Name of the event fired to indicate route building has ended.
This event gives modules the opportunity to perform some action after route building has completed. The event listener receives a \Symfony\Component\EventDispatcher\Event instance.
See also
\Symfony\Component\EventDispatcher\Event
\Drupal\Core\EventSubscriber\MenuRouterRebuildSubscriber
\Drupal\Core\Routing\RouteBuilder::rebuild()
Related topics
- Events
- Overview of event dispatch and subscribing
File
- core/lib/Drupal/Core/Routing/RoutingEvents.php, line 61
Class
- RoutingEvents
- Contains all events thrown in the core routing component.
Namespace
Drupal\Core\Routing
Code
const FINISHED = 'routing.route_finished';
Please login to continue.