You are here

service path.alias_manager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/core.services.yml \path.alias_manager

Class

Drupal\Core\Path\AliasManager
9 string references to path.alias_manager
AliasTest::testLookupPath in core/modules/system/src/Tests/Path/AliasTest.php
PathController::create in core/modules/path/src/Controller/PathController.php
Instantiates a new instance of this class.
PathFormBase::create in core/modules/path/src/Form/PathFormBase.php
Instantiates a new instance of this class.
Raw::create in core/modules/views/src/Plugin/views/argument_default/Raw.php
Creates an instance of the plugin.
RequestPath::create in core/modules/system/src/Plugin/Condition/RequestPath.php
Creates an instance of the plugin.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Path\AliasManager
  2. arguments:
  3. - '@path.alias_storage'
  4. - '@path.alias_whitelist'
  5. - '@language_manager'
  6. - '@cache.data'