You are here

protected property RouteFilterSubscriber::$routeFilter in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/EventSubscriber/RouteFilterSubscriber.php \Drupal\Core\EventSubscriber\RouteFilterSubscriber::routeFilter

The lazy route filter.

Type: \Drupal\Core\Routing\LazyRouteFilter

File

core/lib/Drupal/Core/EventSubscriber/RouteFilterSubscriber.php, line 25
Contains \Drupal\Core\EventSubscriber\RouteFilterSubscriber.

Class

RouteFilterSubscriber
Listens to the filtered collection of route instances.

Namespace

Drupal\Core\EventSubscriber

Code

protected $routeFilter;