You are here

service domain_path.helper in Domain Path 8

Class

Drupal\domain_path\DomainPathHelper
1 string reference to domain_path.helper
domain_path_form_alter in ./domain_path.module
Implements hook_form_alter().

File

./domain_path.services.yml
domain_path.services.yml

View source
  1. class: Drupal\domain_path\DomainPathHelper
  2. arguments:
  3. - '@current_user'
  4. - '@entity_type.manager'
  5. - '@path_alias.manager'
  6. - '@config.factory'
  7. - '@module_handler'