You are here

RouteSubscriber.php in UIkit Components 8.3

Same filename and directory in other branches
  1. 8.2 src/Routing/RouteSubscriber.php

File

src/Routing/RouteSubscriber.php
View source
<?php

namespace Drupal\uikit_components\Routing;

use Drupal\Core\Routing\RouteSubscriberBase;
use Symfony\Component\Routing\RouteCollection;

/**
 * Listens to the dynamic route events.
 */
class RouteSubscriber extends RouteSubscriberBase {

  /**
   * {@inheritdoc}
   */
  protected function alterRoutes(RouteCollection $collection) {
  }

}

Classes

Namesort descending Description
RouteSubscriber Listens to the dynamic route events.