AliasManager::$preloadedPathLookups

Same name and namespace in other branches
  1. 9 core/modules/path_alias/src/AliasManager.php \Drupal\path_alias\AliasManager::preloadedPathLookups
  2. 8.9.x core/lib/Drupal/Core/Path/AliasManager.php \Drupal\Core\Path\AliasManager::preloadedPathLookups
  3. 10 core/modules/path_alias/src/AliasManager.php \Drupal\path_alias\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/modules/path_alias/src/AliasManager.php, line 65

Class

AliasManager
The default alias manager implementation.

Namespace

Drupal\path_alias

Code

protected $preloadedPathLookups = FALSE;

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