W3cubDocs

/Drupal 8

protected property 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;

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Path!AliasManager.php/property/AliasManager::preloadedPathLookups/8.1.x