service path_subscriber in Drupal 8
Class
Drupal\Core\EventSubscriber\PathSubscriber1 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
- class: Drupal\Core\EventSubscriber\PathSubscriber
- arguments:
- - '@path_alias.manager'
- - '@path.current'
- deprecated: 'The "%service_id%" service is deprecated. Use "path_alias.subscriber" instead. See https://drupal.org/node/3092086'