You are here

path.services.yml in Drupal 8

core/modules/path/path.services.yml

File

core/modules/path/path.services.yml
View source
  1. services:
  2. path.route_subscriber_bc:
  3. class: Drupal\path\Routing\RouteSubscriber
  4. tags:
  5. - { name: event_subscriber }
  6. path.route_processor_bc:
  7. class: Drupal\path\Routing\RouteProcessor
  8. arguments: ['@router.route_provider']
  9. tags:
  10. - { name: route_processor_outbound }