-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdomain_path.services.yml
More file actions
20 lines (20 loc) · 1.04 KB
/
Copy pathdomain_path.services.yml
File metadata and controls
20 lines (20 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
services:
domain_path.loader:
class: Drupal\domain_path\DomainPathLoader
tags:
- { name: persist }
domain_path.repository:
class: Drupal\domain_path\DomainPathRepository
arguments: ['@entity.manager', '@database']
tags:
- { name: backend_overridable }
domain_path.redirect:
class: Drupal\domain_path\EventSubscriber\DomainPathRedirect
arguments: ['@domain.negotiator', '@domain_path.repository', '@language_manager', '@config.factory', '@path.alias_manager', '@module_handler', '@entity.manager', '@redirect.checker', '@router.request_context', '@path_processor_manager']
tags:
- { name: event_subscriber }
domain_path.generator:
class: Drupal\domain_path\DomainPathGenerator
arguments: ['@config.factory', '@module_handler', '@token', '@pathauto.alias_cleaner', '@pathauto.alias_storage_helper', '@pathauto.alias_uniquifier', '@pathauto.verbose_messenger', '@string_translation', '@token.entity_mapper', '@entity_type.manager']
domain_path.helper:
class: Drupal\domain_path\DomainPathHelper