Same name and namespace in other branches
  1. 8.9.x core/modules/path_alias/path_alias.services.yml \path_alias.manager
  2. 9 core/modules/path_alias/path_alias.services.yml \path_alias.manager

Class

Drupal\path_alias\AliasManager
15 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
LocalePathTest::testPathLanguageConfiguration in core/modules/locale/tests/src/Functional/LocalePathTest.php
Tests if a language can be associated with a path alias.
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.

... See full list

File

core/modules/path_alias/path_alias.services.yml
core/modules/path_alias/path_alias.services.yml

View source
  1. class: Drupal\path_alias\AliasManager
  2. arguments:
  3. - '@path_alias.repository'
  4. - '@path_alias.whitelist'
  5. - '@language_manager'
  6. - '@cache.data'
  7. - '@datetime.time'