protected property AliasManager::$preloadedPathLookups in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Path/AliasManager.php \Drupal\Core\Path\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 98 - Contains \Drupal\Core\Path\AliasManager.
Class
- AliasManager
- The default alias manager implementation.
Namespace
Drupal\Core\PathCode
protected $preloadedPathLookups = FALSE;