interface AliasManagerInterface

Hierarchy

Expanded class hierarchy of AliasManagerInterface

All classes that implement AliasManagerInterface

5 files declare their use of AliasManagerInterface

File

drupal/core/lib/Drupal/Core/Path/AliasManagerInterface.php, line 10
Contains Drupal\Core\Path\AliasManagerInterface.

Namespace

Drupal\Core\Path
View source

Members

Namesort descending Modifiers Type Description Overrides
AliasManagerInterface::getPathAlias public function Given an internal Drupal path, return the alias set by the administrator. 3
AliasManagerInterface::getPathLookups public function Returns an array of system paths that have been looked up. 3
AliasManagerInterface::getSystemPath public function Given a path alias, return the internal path it represents. 3
AliasManagerInterface::preloadPathLookups public function Preload a set of paths for bulk alias lookups. 3