You are here

protected property AliasManager::$lookupMap in Drupal 9

Same name and namespace in other branches
  1. 10 core/modules/path_alias/src/AliasManager.php \Drupal\path_alias\AliasManager::lookupMap

Holds the map of path lookups per language.

Type: array

File

core/modules/path_alias/src/AliasManager.php, line 54

Class

AliasManager
The default alias manager implementation.

Namespace

Drupal\path_alias

Code

protected $lookupMap = [];