country_path-8.x-1.4/country_path.services.yml
country_path.services.yml
services:
country_path.path_processor:
class: Drupal\country_path\HttpKernel\CountryPathProcessor
arguments: ['@module_handler']
tags:
- { name: path_processor_inbound, priority: 400 }
- { name: path_processor_outbound, priority: 10 }
cache_context.url.country:
class: Drupal\country_path\Cache\Context\CountryPathCacheContext
arguments: ['@request_stack', '@domain.negotiator']
tags:
- { name: cache.context }
