You are here

domain_path_pathauto.services.yml in Domain Path 8

modules/domain_path_pathauto/domain_path_pathauto.services.yml

File

modules/domain_path_pathauto/domain_path_pathauto.services.yml
View source
  1. services:
  2. domain_path_pathauto.generator:
  3. class: Drupal\domain_path_pathauto\DomainPathautoGenerator
  4. arguments: ['@config.factory', '@module_handler', '@token', '@pathauto.alias_cleaner', '@pathauto.alias_storage_helper', '@domain_path_pathauto.alias_uniquifier', '@pathauto.verbose_messenger', '@string_translation', '@token.entity_mapper', '@entity_type.manager', '@plugin.manager.alias_type']
  5. domain_path_pathauto.alias_uniquifier:
  6. class: Drupal\domain_path_pathauto\DomainAliasUniquifier
  7. arguments: ['@config.factory', '@pathauto.alias_storage_helper','@module_handler', '@router.route_provider', '@path_alias.manager']