You are here

service path.alias_storage in Zircon Profile 8

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

Class

Drupal\Core\Path\AliasStorage

Tags

  • backend_overridable
8 string references to path.alias_storage
AliasStorageTest::setUp in core/tests/Drupal/KernelTests/Core/Path/AliasStorageTest.php
ContentNegotiationRoutingTest::testContentRouting in core/modules/system/src/Tests/Routing/ContentNegotiationRoutingTest.php
Tests the content negotiation aspect of routing.
DeleteForm::create in core/modules/path/src/Form/DeleteForm.php
Instantiates a new instance of this class.
PathAliasMenuLinkContentTest::testPathAliasChange in core/modules/menu_link_content/src/Tests/PathAliasMenuLinkContentTest.php
Tests the path aliasing changing.
PathController::create in core/modules/path/src/Controller/PathController.php
Instantiates a new instance of this class.

... See full list

File

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

View source
  1. class: Drupal\Core\Path\AliasStorage
  2. arguments:
  3. - '@database'
  4. - '@module_handler'
  5. tags:
  6. - { name: backend_overridable }