You are here

service path_processor_alias in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/core.services.yml \path_processor_alias

Class

Drupal\Core\PathProcessor\PathProcessorAlias

Tags

  • 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
  1. class: Drupal\Core\PathProcessor\PathProcessorAlias
  2. tags:
  3. - { name: path_processor_inbound, priority: 100 }
  4. - { name: path_processor_outbound, priority: 300 }
  5. arguments:
  6. - '@path.alias_manager'