You are here

protected function RouteSubscriber::alterRoutes in UIkit Components 8.2

Same name and namespace in other branches
  1. 8.3 src/Routing/RouteSubscriber.php \Drupal\uikit_components\Routing\RouteSubscriber::alterRoutes()

Alters existing routes for a specific collection.

Parameters

\Symfony\Component\Routing\RouteCollection $collection: The route collection for adding routes.

Overrides RouteSubscriberBase::alterRoutes

File

src/Routing/RouteSubscriber.php, line 16

Class

RouteSubscriber
Listens to the dynamic route events.

Namespace

Drupal\uikit_components\Routing

Code

protected function alterRoutes(RouteCollection $collection) {
}