service path_alias.path_processor in Drupal 10
Same name and namespace in other branches
- 8 core/modules/path_alias/path_alias.services.yml \path_alias.path_processor
- 9 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 - 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
File
- core/
modules/ path_alias/ path_alias.services.yml - 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'