Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Routing/RoutingEvents.php \Drupal\Core\Routing\RoutingEvents::FINISHED
  2. 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 \Drupal\Component\EventDispatcher\Event instance.

See also

\Drupal\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\Routing

Code

const FINISHED = 'routing.route_finished';