You are here

service path_alias.path_processor in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/path_alias/path_alias.services.yml \path_alias.path_processor

Class

Drupal\path_alias\PathProcessor\AliasPathProcessor

Tags

  • 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.

... See full list

File

core/modules/path_alias/path_alias.services.yml
core/modules/path_alias/path_alias.services.yml

View source
  1. class: Drupal\path_alias\PathProcessor\AliasPathProcessor
  2. tags:
  3. - { name: path_processor_inbound, priority: 100 }
  4. - { name: path_processor_outbound, priority: 300 }
  5. arguments:
  6. - '@path_alias.manager'