plugin.manager.help_section
Class
Drupal\help\HelpSectionManagerTags
- plugin_manager_cache_clear
2 string references to plugin.manager.help_section
- HelpController::create in core/
modules/ help/ src/ Controller/ HelpController.php - Instantiates a new instance of the implementing class using autowiring.
- HelpSearch::create in core/
modules/ help/ src/ Plugin/ Search/ HelpSearch.php - Creates an instance of the plugin.
File
-
core/
modules/ help/ help.services.yml
View source
- class: Drupal\help\HelpSectionManager
- parent: default_plugin_manager
- calls:
- - [setSearchManager, ['@?plugin.manager.search']]
- tags:
- - { name: plugin_manager_cache_clear }