You are here

service path_alias.subscriber in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/path_alias/path_alias.services.yml \path_alias.subscriber
  2. 10 core/modules/path_alias/path_alias.services.yml \path_alias.subscriber

Class

Drupal\path_alias\EventSubscriber\PathAliasSubscriber

Tags

  • event_subscriber
1 string reference to path_alias.subscriber
CoreServiceProvider::alter in core/lib/Drupal/Core/CoreServiceProvider.php
Alters the UUID service to use the most efficient method available.

File

core/modules/path_alias/path_alias.services.yml
core/modules/path_alias/path_alias.services.yml

View source
  1. class: Drupal\path_alias\EventSubscriber\PathAliasSubscriber
  2. tags:
  3. - { name: event_subscriber }
  4. arguments:
  5. - '@path_alias.manager'
  6. - '@path.current'