function AliasManager::__construct

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

File

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

Class

AliasManager
The default alias manager implementation.

Namespace

Drupal\path_alias

Code

public function __construct(protected AliasRepositoryInterface $pathAliasRepository, protected AliasPrefixListInterface $pathPrefixes, protected LanguageManagerInterface $languageManager, protected CacheBackendInterface $cache, protected TimeInterface $time) {
}

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