service path_processor_manager in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \path_processor_manager
- 9 core/core.services.yml \path_processor_manager
Class
Drupal\Core\PathProcessor\PathProcessorManagerTags
- 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 this class.
- InstallerServiceProvider::register in core/
lib/ Drupal/ Core/ Installer/ InstallerServiceProvider.php - LanguageNegotiationUserAdmin::create in core/
modules/ user/ src/ Plugin/ LanguageNegotiation/ LanguageNegotiationUserAdmin.php - 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
- class: Drupal\Core\PathProcessor\PathProcessorManager
- tags:
- - { name: service_collector, tag: path_processor_inbound, call: addInbound }
- - { name: service_collector, tag: path_processor_outbound, call: addOutbound }