path.services.yml
File
-
core/
modules/ path/ path.services.yml
View source
- services:
- path.route_subscriber_bc:
- class: Drupal\path\Routing\RouteSubscriber
- tags:
- - { name: event_subscriber }
- path.route_processor_bc:
- class: Drupal\path\Routing\RouteProcessor
- arguments: ['@router.route_provider']
- tags:
- - { name: route_processor_outbound }
Services
Title | Deprecated | Summary |
---|---|---|
path.route_processor_bc | Drupal\path\Routing\RouteProcessor | |
path.route_subscriber_bc | Drupal\path\Routing\RouteSubscriber |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.