You are here

service route_filter.lazy_collector in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/core.services.yml \route_filter.lazy_collector

Class

Drupal\Core\Routing\LazyRouteFilter

Tags

  • non_lazy_route_filter
1 string reference to route_filter.lazy_collector
RegisterLazyRouteFilters::process in core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterLazyRouteFilters.php
You can modify the container here before it is dumped to PHP code.

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Routing\LazyRouteFilter
  2. tags:
  3. - { name: non_lazy_route_filter }
  4. parent: container.trait