path_processor_manager

Same name in other branches
  1. 9 core/core.services.yml \path_processor_manager
  2. 8.9.x core/core.services.yml \path_processor_manager

Class

Drupal\Core\PathProcessor\PathProcessorManager

Tags

  • service_collector
6 string references to path_processor_manager
ConfigTranslationController::create in core/modules/config_translation/src/Controller/ConfigTranslationController.php
Instantiates a new instance of the implementing class using autowiring.
InstallerServiceProvider::register in core/lib/Drupal/Core/Installer/InstallerServiceProvider.php
Registers services to the container.
LanguageNegotiationUserAdmin::create in core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php
Creates an instance of the plugin.
NavigationMenuMarkupTest::setUp in core/modules/navigation/tests/src/Kernel/NavigationMenuMarkupTest.php
RouteProviderTest::setUp in core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php

... See full list

File

core/core.services.yml

View source
  1. class: Drupal\Core\PathProcessor\PathProcessorManager
  2. tags:
  3. - { name: service_collector, tag: path_processor_inbound, call: addInbound }
  4. - { name: service_collector, tag: path_processor_outbound, call: addOutbound }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.