path_alias.manager
Same name in other branches
- 9 core/modules/path_alias/path_alias.services.yml \path_alias.manager
- 10 core/modules/path_alias/path_alias.services.yml \path_alias.manager
- 11.x core/modules/path_alias/path_alias.services.yml \path_alias.manager
Class
Drupal\path_alias\AliasManager24 string references to path_alias.manager
- AliasManager::__construct in core/
lib/ Drupal/ Core/ Path/ AliasManager.php - Constructs an AliasManager.
- AliasTest::testLookupPath in core/
modules/ path_alias/ tests/ src/ Kernel/ AliasTest.php - @covers \Drupal\path_alias\AliasManager::getPathByAlias @covers \Drupal\path_alias\AliasManager::getAliasByPath
- 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::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
File
-
core/
modules/ path_alias/ path_alias.services.yml
View source
- class: Drupal\path_alias\AliasManager
- arguments:
- - '@path_alias.repository'
- - '@path_alias.whitelist'
- - '@language_manager'
- - '@cache.data'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.