You are here

interface AliasManagerInterface in Drupal 8

Same name in this branch
  1. 8 core/modules/path_alias/src/AliasManagerInterface.php \Drupal\path_alias\AliasManagerInterface
  2. 8 core/lib/Drupal/Core/Path/AliasManagerInterface.php \Drupal\Core\Path\AliasManagerInterface
Same name and namespace in other branches
  1. 9 core/modules/path_alias/src/AliasManagerInterface.php \Drupal\path_alias\AliasManagerInterface
  2. 10 core/modules/path_alias/src/AliasManagerInterface.php \Drupal\path_alias\AliasManagerInterface

Find an alias for a path and vice versa.

Hierarchy

Expanded class hierarchy of AliasManagerInterface

All classes that implement AliasManagerInterface

See also

\Drupal\Core\Path\AliasStorageInterface

11 files declare their use of AliasManagerInterface
DeprecatedClassesTest.php in core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
InstallHelper.php in core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php
MockAliasManager.php in core/modules/system/src/Tests/Routing/MockAliasManager.php
PathAliasListBuilder.php in core/modules/path/src/PathAliasListBuilder.php
PathHooksTest.php in core/modules/path_alias/tests/src/Kernel/PathHooksTest.php

... See full list

File

core/modules/path_alias/src/AliasManagerInterface.php, line 12

Namespace

Drupal\path_alias
View source
interface AliasManagerInterface extends CoreAliasManagerInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
AliasManagerInterface::cacheClear public function Clear internal caches in alias manager. 4
AliasManagerInterface::getAliasByPath public function Given a path, return the alias. 4
AliasManagerInterface::getPathByAlias public function Given the alias, return the path it represents. 4