path_alias.path_processor
Same name in other branches
- 8.9.x 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
5 string references to path_alias.path_processor
- ContentNegotiationRoutingTest::register in core/
tests/ Drupal/ KernelTests/ Core/ Routing/ ContentNegotiationRoutingTest.php - Registers test-specific services.
- 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.
- RouteProviderTest::register in core/
tests/ Drupal/ KernelTests/ Core/ Routing/ RouteProviderTest.php - Registers test-specific services.
- UpdateServiceProvider::alter in core/
lib/ Drupal/ Core/ Update/ UpdateServiceProvider.php - Modifies existing service definitions.
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.