Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \url_generator.non_bubbling
  2. 9 core/core.services.yml \url_generator.non_bubbling

Class

Drupal\Core\Routing\UrlGenerator

File

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

View source
  1. class: Drupal\Core\Routing\UrlGenerator
  2. arguments:
  3. - '@router.route_provider'
  4. - '@path_processor_manager'
  5. - '@route_processor_manager'
  6. - '@request_stack'
  7. - '%filter_protocols%'
  8. public: false
  9. calls:
  10. - [setContext, ['@?router.request_context']]