class AliasManager

Hierarchy

Expanded class hierarchy of AliasManager

1 file declares its use of AliasManager

File

drupal/core/lib/Drupal/Core/Path/AliasManager.php, line 13
Contains Drupal\Core\Path\AliasManager.

Namespace

Drupal\Core\Path
View source

Members

Namesort descending Modifiers Type Description Overrides
AliasManager::$connection protected property The database connectino to use for path lookups.
AliasManager::$firstLookup protected property Whether lookupPath() has not yet been called.
AliasManager::$langcode protected property The default langcode to use when none is specified for path lookups.
AliasManager::$lookupMap protected property Holds the map of path lookups per language.
AliasManager::$noAliases protected property Holds an array of system paths that have no aliases.
AliasManager::$noSource protected property Holds an array of path alias for which no source was found.
AliasManager::$preloadedPathLookups protected property Holds an array of previously looked up paths for the current request path.
AliasManager::$state protected property The Key/Value Store to use for state
AliasManager::$whitelist protected property Holds the array of whitelisted path aliases.
AliasManager::cacheClear public function Implements \Drupal\Core\Path\AliasManagerInterface::cacheClear().
AliasManager::getPathAlias public function Implements \Drupal\Core\Path\AliasManagerInterface::getPathAlias(). Overrides AliasManagerInterface::getPathAlias
AliasManager::getPathLookups public function Implements \Drupal\Core\Path\AliasManagerInterface::getPathLookups(). Overrides AliasManagerInterface::getPathLookups
AliasManager::getSystemPath public function Implements \Drupal\Core\Path\AliasManagerInterface::getSystemPath(). Overrides AliasManagerInterface::getSystemPath
AliasManager::lookupPathAlias protected function Given a Drupal system URL return one of its aliases if such a one exists. Otherwise, return FALSE.
AliasManager::lookupPathSource protected function Given an alias, return its Drupal system URL if one exists. Otherwise, return FALSE.
AliasManager::pathAliasWhitelistRebuild protected function Rebuild the path alias white list.
AliasManager::preloadPathLookups public function Implements \Drupal\Core\Path\AliasManagerInterface::preloadPathLookups(). Overrides AliasManagerInterface::preloadPathLookups
AliasManager::__construct public function