You are here

single_language_url_prefix.services.yml in Single Language URL Prefix 8

Same filename and directory in other branches
  1. 2.0.x single_language_url_prefix.services.yml

File

single_language_url_prefix.services.yml
View source
  1. services:
  2. single_language_url_prefix.path_processor:
  3. class: Drupal\single_language_url_prefix\SingleLanguageNegotiationUrl
  4. tags:
  5. - { name: path_processor_inbound, priority: 500 }
  6. - { name: path_processor_outbound, priority: -1 }
  7. arguments:
  8. - '@language_manager'
  9. - '@config.factory'
  10. - '@path.matcher'