You are here

service route_enhancer.lazy_collector in Zircon Profile 8.0

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

Class

Drupal\Core\Routing\LazyRouteEnhancer

Tags

  • non_lazy_route_enhancer
1 string reference to route_enhancer.lazy_collector
RegisterLazyRouteEnhancers::process in core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterLazyRouteEnhancers.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\LazyRouteEnhancer
  2. tags:
  3. - { name: non_lazy_route_enhancer, priority: 5000 }
  4. parent: container.trait