RouteSubscriber.php in UIkit Components 8.2
Same filename and directory in other branches
Namespace
Drupal\uikit_components\RoutingFile
src/Routing/RouteSubscriber.phpView 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
Name | Description |
---|---|
RouteSubscriber | Listens to the dynamic route events. |