constant RoutingEvents::FINISHED in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Routing/RoutingEvents.php \Drupal\Core\Routing\RoutingEvents::FINISHED
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
File
- core/
lib/ Drupal/ Core/ Routing/ RoutingEvents.php, line 66 - Contains \Drupal\Core\Routing\RoutingEvents.
Class
- RoutingEvents
- Contains all events thrown in the core routing component.
Namespace
Drupal\Core\RoutingCode
const FINISHED = 'routing.route_finished';