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

Class

Drupal\Core\RouteProcessor\RouteProcessorCurrent

Tags

  • route_processor_outbound

File

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

View source
  1. class: Drupal\Core\RouteProcessor\RouteProcessorCurrent
  2. arguments:
  3. - '@current_route_match'
  4. tags:
  5. - { name: route_processor_outbound, priority: 200 }