service path.alias_manager in Drupal 8
Class
Drupal\Core\Path\AliasManager9 string references to path.alias_manager
- CoreServiceProvider::alter in core/
lib/ Drupal/ Core/ CoreServiceProvider.php - Alters the UUID service to use the most efficient method available.
- DeprecatedServicesTest::testAliasManagerSharedState in core/
modules/ path_alias/ tests/ src/ Kernel/ DeprecatedServicesTest.php - Test that the new alias manager and the legacy ones share the same state.
- 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…
- DeprecatedServicesTest::testDecoratorForNewServiceImplementation in core/
modules/ path_alias/ tests/ src/ Kernel/ DeprecatedServicesTest.php - @expectedDeprecation The "path_alias_deprecated_test.path.alias_manager.inner" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086
- DeprecatedServicesTest::testDecoratorForOverriddenServiceImplementation in core/
modules/ path_alias/ tests/ src/ Kernel/ DeprecatedServicesTest.php - @expectedDeprecation The "path_alias_deprecated_test.path.alias_manager.inner" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086 @expectedDeprecation The \Drupal\Core\Path\AliasManager…
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Path\AliasManager
- arguments:
- - '@path_alias.repository'
- - '@path_alias.whitelist'
- - '@language_manager'
- - '@cache.data'
- deprecated: 'The "%service_id%" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086'