<?php/** * @file * Definition of \Drupal\Core\Routing\RoutingEvents. */namespaceDrupal\Core\Routing;/** * Contains all events thrown in the core routing component. */finalclassRoutingEvents{/** * The ALTER event is fired on a route collection to allow changes to routes. * * This event is used to process new routes before they get saved. * * @see \Drupal\Core\Routing\RouteBuildEvent * * @var string */constALTER='routing.route_alter';}