AliasManager::$storage

The alias storage service. Type: \Drupal\Core\Path\AliasStorageInterface File core/lib/Drupal/Core/Path/AliasManager.php, line 20 Class AliasManager The default alias manager implementation. Namespace Drupal\Core\Path Code protected $storage;

AliasManager::$preloadedPathLookups

Holds an array of previously looked up paths for the current request path. This will only get populated if a cache key has been set, which for example happens if the alias manager is used in the context of a request. Type: array File core/lib/Drupal/Core/Path/AliasManager.php, line 93 Class AliasManager The default alias manager implementation. Namespace Drupal\Core\Path Code protected $preloadedPathLookups = FALSE;

AliasManager::$noPath

Holds an array of aliases for which no path was found. Type: array File core/lib/Drupal/Core/Path/AliasManager.php, line 62 Class AliasManager The default alias manager implementation. Namespace Drupal\Core\Path Code protected $noPath = array();

AliasManager::$noAlias

Holds an array of paths that have no alias. Type: array File core/lib/Drupal/Core/Path/AliasManager.php, line 76 Class AliasManager The default alias manager implementation. Namespace Drupal\Core\Path Code protected $noAlias = array();

AliasManager::$lookupMap

Holds the map of path lookups per language. Type: array File core/lib/Drupal/Core/Path/AliasManager.php, line 55 Class AliasManager The default alias manager implementation. Namespace Drupal\Core\Path Code protected $lookupMap = array();

AliasManager::$languageManager

Language manager for retrieving the default langcode when none is specified. Type: \Drupal\Core\Language\LanguageManagerInterface File core/lib/Drupal/Core/Path/AliasManager.php, line 48 Class AliasManager The default alias manager implementation. Namespace Drupal\Core\Path Code protected $languageManager;

AliasManager::$langcodePreloaded

Whether preloaded path lookups has already been loaded. Type: array File core/lib/Drupal/Core/Path/AliasManager.php, line 83 Class AliasManager The default alias manager implementation. Namespace Drupal\Core\Path Code protected $langcodePreloaded = array();

AliasManager::$cacheNeedsWriting

Whether the cache needs to be written. Type: bool File core/lib/Drupal/Core/Path/AliasManager.php, line 41 Class AliasManager The default alias manager implementation. Namespace Drupal\Core\Path Code protected $cacheNeedsWriting = FALSE;

AliasManager::$cacheKey

The cache key to use when caching paths. Type: string File core/lib/Drupal/Core/Path/AliasManager.php, line 34 Class AliasManager The default alias manager implementation. Namespace Drupal\Core\Path Code protected $cacheKey;

AliasManager::$cache

Cache backend service. Type: \Drupal\Core\Cache\CacheBackendInterface; File core/lib/Drupal/Core/Path/AliasManager.php, line 27 Class AliasManager The default alias manager implementation. Namespace Drupal\Core\Path Code protected $cache;