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
7 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.
NavigationMenuBlockTest::setUp in core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php
NavigationMenuMarkupTest::setUp in core/modules/navigation/tests/src/Kernel/NavigationMenuMarkupTest.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.