trailing_slash.services.yml in Trailing Slash 8
File
trailing_slash.services.ymlView source
- services:
- trailing_slash.path_processor_trailing_slash:
- class: Drupal\trailing_slash\PathProcessor\TrailingSlashOutboundPathProcessor
- # It must be executed as the last PathProcessor
- tags:
- - { name: path_processor_outbound, priority: -1}
- arguments:
- - '@router.admin_context'
- - '@entity_type.manager'