AliasManager::$noAlias

Same name and namespace in other branches
  1. 9 core/modules/path_alias/src/AliasManager.php \Drupal\path_alias\AliasManager::noAlias
  2. 8.9.x core/lib/Drupal/Core/Path/AliasManager.php \Drupal\Core\Path\AliasManager::noAlias
  3. 10 core/modules/path_alias/src/AliasManager.php \Drupal\path_alias\AliasManager::noAlias

Holds an array of paths that have no alias.

Type: array

File

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

Class

AliasManager
The default alias manager implementation.

Namespace

Drupal\path_alias

Code

protected $noAlias = [];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.