plugin.manager.help_section

Same name and namespace in other branches
  1. 9 core/modules/help/help.services.yml \plugin.manager.help_section
  2. 8.9.x core/modules/help/help.services.yml \plugin.manager.help_section
  3. 10 core/modules/help/help.services.yml \plugin.manager.help_section

Class

Drupal\help\HelpSectionManager

Tags

  • 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
  1. class: Drupal\help\HelpSectionManager
  2. parent: default_plugin_manager
  3. calls:
  4. - [setSearchManager, ['@?plugin.manager.search']]
  5. tags:
  6. - { name: plugin_manager_cache_clear }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.