AliasManager::$requestedPaths

Same name and namespace in other branches
  1. 11.x core/modules/path_alias/src/AliasManager.php \Drupal\path_alias\AliasManager::requestedPaths

Holds an array of paths that have been requested but not loaded yet.

Type: requestedPaths

File

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

Class

AliasManager
The default alias manager implementation.

Namespace

Drupal\path_alias

Code

protected array $requestedPaths = [];

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