You are here

service route_processor_current in Drupal 9

Same name and namespace in other branches
  1. 8 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 }