You are here

service path_subscriber in Drupal 8

Class

Drupal\Core\EventSubscriber\PathSubscriber
1 string reference to path_subscriber
DeprecatedServicesTest::testAliasServicesDeprecation in core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php
@expectedDeprecation The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086 @expectedDeprecation The "path_processor_alias" service is deprecated. Use…

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\EventSubscriber\PathSubscriber
  2. arguments:
  3. - '@path_alias.manager'
  4. - '@path.current'
  5. deprecated: 'The "%service_id%" service is deprecated. Use "path_alias.subscriber" instead. See https://drupal.org/node/3092086'