You are here

service path_processor_manager in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \path_processor_manager

Class

Drupal\Core\PathProcessor\PathProcessorManager

Tags

  • service_collector
5 string references to path_processor_manager
ConfigTranslationController::create in core/modules/config_translation/src/Controller/ConfigTranslationController.php
Instantiates a new instance of this class.
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.
RouteProviderTest::setUp in core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php
system_js_settings_alter in core/modules/system/system.module
Implements hook_js_settings_alter().

File

core/core.services.yml
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 }