You are here

service router.dynamic in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/core.services.yml \router.dynamic

Class

Symfony\Cmf\Component\Routing\DynamicRouter

Tags

  • service_collector

File

core/core.services.yml
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'
  6. tags:
  7. - { name: service_collector, tag: non_lazy_route_enhancer, call: addRouteEnhancer }