service path.alias_storage in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/core.services.yml \path.alias_storage
Class
Drupal\Core\Path\AliasStorageTags
- 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.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Path\AliasStorage
- arguments:
- - '@database'
- - '@module_handler'
- tags:
- - { name: backend_overridable }