subpathauto.services.yml

File

./subpathauto.services.yml

View source
  1. services:
  2. path_processor_subpathauto:
  3. class: Drupal\subpathauto\PathProcessor
  4. arguments: ['@path_alias.path_processor', '@language_manager', '@config.factory', '@module_handler']
  5. tags:
  6. - { name: path_processor_inbound, priority: 50 }
  7. - { name: path_processor_outbound, priority: 50 }
  8. subpathauto.config_cache_invalidator:
  9. class: Drupal\subpathauto\EventSubscriber\ConfigCacheInvalidator
  10. arguments: ['@cache_tags.invalidator']
  11. tags:
  12. - { name: event_subscriber }

Services

Title Deprecated Summary
path_processor_subpathauto Drupal\subpathauto\PathProcessor
subpathauto.config_cache_invalidator Drupal\subpathauto\EventSubscriber\ConfigCacheInvalidator