You are here

protected property MockAliasManager::$systemPaths in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/src/Tests/Routing/MockAliasManager.php \Drupal\system\Tests\Routing\MockAliasManager::systemPaths

Array of mocked aliases. Keys are aliases, followed by language.

Type: array

File

core/modules/system/src/Tests/Routing/MockAliasManager.php, line 24

Class

MockAliasManager
An easily configurable mock alias manager.

Namespace

Drupal\system\Tests\Routing

Code

protected $systemPaths = [];