router.route_provider.lazy_builder

Same name in other branches
  1. 8.9.x core/core.services.yml \router.route_provider.lazy_builder
  2. 10 core/core.services.yml \router.route_provider.lazy_builder

Class

Drupal\Core\Routing\RouteProviderLazyBuilder

Tags

  • event_subscriber
2 string references to router.route_provider.lazy_builder
ModuleInstaller::install in core/lib/Drupal/Core/Extension/ModuleInstaller.php
Installs a given list of modules.
ModuleInstaller::uninstall in core/lib/Drupal/Core/Extension/ModuleInstaller.php
Uninstalls a given list of modules.

File

core/core.services.yml

View source
  1. class: Drupal\Core\Routing\RouteProviderLazyBuilder
  2. arguments:
  3. - '@router.route_provider'
  4. - '@router.builder'
  5. tags:
  6. - { name: event_subscriber }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.