path_processor_manager
Same name in other branches
- 9 core/core.services.yml \path_processor_manager
- 8.9.x core/core.services.yml \path_processor_manager
Class
Drupal\Core\PathProcessor\PathProcessorManagerTags
- 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
File
-
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 }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.