Search for getAliasByPath

  1. Search 7.x for getAliasByPath
  2. Search 9.5.x for getAliasByPath
  3. Search 8.9.x for getAliasByPath
  4. Search 10.3.x for getAliasByPath
  5. Other projects
Title Object type File name Summary
AliasManager::getAliasByPath function core/modules/path_alias/src/AliasManager.php Given a path, return the alias.
AliasManagerInterface::getAliasByPath function core/modules/path_alias/src/AliasManagerInterface.php Given a path, return the alias.
AliasManagerTest::testGetAliasByPathCachedMissLanguage function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath cache when a different language is requested.
AliasManagerTest::testGetAliasByPathException function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath method exception.
AliasManagerTest::testGetAliasByPathMatch function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath method for a path that has a matching alias.
AliasManagerTest::testGetAliasByPathNoMatch function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath method for a path that has no matching alias.
AliasManagerTest::testGetAliasByPathPrefixList function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath method for a path that is not in the prefix list.
MockAliasManager::getAliasByPath function core/modules/system/src/Tests/Routing/MockAliasManager.php
WorkspacesAliasManager::getAliasByPath function core/modules/workspaces/src/WorkspacesAliasManager.php Given a path, return the alias.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.