path_alias.path_processor
Same name in other branches
- 9 core/modules/path_alias/path_alias.services.yml \path_alias.path_processor
- 10 core/modules/path_alias/path_alias.services.yml \path_alias.path_processor
- 11.x core/modules/path_alias/path_alias.services.yml \path_alias.path_processor
Class
Drupal\path_alias\PathProcessor\AliasPathProcessorTags
- path_processor_inbound
- path_processor_outbound
7 string references to path_alias.path_processor
- ContentNegotiationRoutingTest::register in core/
tests/ Drupal/ KernelTests/ Core/ Routing/ ContentNegotiationRoutingTest.php - Registers test-specific services.
- CoreServiceProvider::alter in core/
lib/ Drupal/ Core/ CoreServiceProvider.php - Alters the UUID service to use the most efficient method available.
- 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::register in core/
modules/ menu_link_content/ tests/ src/ Kernel/ PathAliasMenuLinkContentTest.php - Registers test-specific services.
File
-
core/
modules/ path_alias/ path_alias.services.yml
View source
- class: Drupal\path_alias\PathProcessor\AliasPathProcessor
- tags:
- - { name: path_processor_inbound, priority: 100 }
- - { name: path_processor_outbound, priority: 300 }
- arguments:
- - '@path_alias.manager'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.