protected property AliasManager::$preloadedPathLookups

Holds an array of previously looked up paths for the current request path.

This will only ever get populated if the alias manager is being used in the context of a request.

Type: array

File

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

Class

AliasManager

Namespace

Drupal\Core\Path

Code

protected $preloadedPathLookups = array();