service path_processor_alias in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/core.services.yml \path_processor_alias
Class
Drupal\Core\PathProcessor\PathProcessorAliasTags
- path_processor_inbound
- path_processor_outbound
5 string references to path_processor_alias
- ContentNegotiationRoutingTest::containerBuild in core/
modules/ system/ src/ Tests/ Routing/ ContentNegotiationRoutingTest.php - Sets up the base service container for this test.
- KernelTestBase::containerBuild in core/
modules/ simpletest/ src/ KernelTestBase.php - Sets up the base service container for this test.
- KernelTestBase::register in core/
tests/ Drupal/ KernelTests/ KernelTestBase.php - Registers test-specific services.
- PathAliasMenuLinkContentTest::containerBuild in core/
modules/ menu_link_content/ src/ Tests/ PathAliasMenuLinkContentTest.php - Sets up the base service container for this test.
- RouteProviderTest::containerBuild in core/
modules/ system/ src/ Tests/ Routing/ RouteProviderTest.php - Sets up the base service container for this test.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\PathProcessor\PathProcessorAlias
- tags:
- - { name: path_processor_inbound, priority: 100 }
- - { name: path_processor_outbound, priority: 300 }
- arguments:
- - '@path.alias_manager'