final class RoutingEvents

Contains all events thrown in the core routing component.

Hierarchy

Expanded class hierarchy of RoutingEvents

3 files declare their use of RoutingEvents

File

drupal/core/lib/Drupal/Core/Routing/RoutingEvents.php, line 13
Definition of \Drupal\Core\Routing\RoutingEvents.

Namespace

Drupal\Core\Routing
View source

Members

Namesort descending Modifiers Type Description Overrides
RoutingEvents::ALTER constant The ALTER event is fired on a route collection to allow changes to routes.
RoutingEvents::DYNAMIC constant The DYNAMIC event is fired to allow modules to register additional routes.