You are here

protected property AliasManager::$whitelist in Drupal 9

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

Holds the array of whitelisted path aliases.

Type: \Drupal\path_alias\AliasWhitelistInterface

File

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

Class

AliasManager
The default alias manager implementation.

Namespace

Drupal\path_alias

Code

protected $whitelist;