You are here

protected property AliasManager::$lookupMap in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Path/AliasManager.php \Drupal\Core\Path\AliasManager::lookupMap

Holds the map of path lookups per language.

Type: array

File

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

Class

AliasManager
The default alias manager implementation.

Namespace

Drupal\Core\Path

Code

protected $lookupMap = array();