constant RoutingEvents::FINISHED in Drupal 8
Same name and namespace in other branches
- 9 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 61
Class
- RoutingEvents
- Contains all events thrown in the core routing component.
Namespace
Drupal\Core\RoutingCode
const FINISHED = 'routing.route_finished';