service router.dynamic

Class

Symfony\Cmf\Component\Routing\DynamicRouter
1 string reference to router.dynamic
RegisterRouteEnhancersPass::process in drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterRouteEnhancersPass.php
Adds services tagged with "route_enhancer" to the router.

File

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

View source
  1. class: Symfony\Cmf\Component\Routing\DynamicRouter
  2. arguments:
  3. - '@router.request_context'
  4. - '@router.matcher'
  5. - '@url_generator'