path_alias.manager
Same name in other branches
- 8.9.x 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\AliasManager11 string references to path_alias.manager
- AliasTest::testLookupPath in core/
modules/ path_alias/ tests/ src/ Kernel/ AliasTest.php - @covers \Drupal\path_alias\AliasManager::getPathByAlias @covers \Drupal\path_alias\AliasManager::getAliasByPath
- PathAlias::postDelete in core/
modules/ path_alias/ src/ Entity/ PathAlias.php - Acts on deleted entities before the delete hook is invoked.
- PathAlias::postSave in core/
modules/ path_alias/ src/ Entity/ PathAlias.php - Acts on a saved entity before the insert or update hook is invoked.
- PathAliasListBuilder::createInstance in core/
modules/ path/ src/ PathAliasListBuilder.php - Instantiates a new instance of this entity handler.
- PathHooksTest::testPathHooks in core/
modules/ path_alias/ tests/ src/ Kernel/ PathHooksTest.php - Tests that the PathAlias entity clears caches correctly.
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.