You are here

service plugin.manager.help_topic in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/help_topics/help_topics.services.yml \plugin.manager.help_topic

Class

Drupal\help_topics\HelpTopicPluginManager
2 string references to plugin.manager.help_topic
HelpTopicPluginController::create in core/modules/help_topics/src/Controller/HelpTopicPluginController.php
Instantiates a new instance of this class.
HelpTopicSection::create in core/modules/help_topics/src/Plugin/HelpSection/HelpTopicSection.php
Creates an instance of the plugin.

File

core/modules/help_topics/help_topics.services.yml
core/modules/help_topics/help_topics.services.yml

View source
  1. class: Drupal\help_topics\HelpTopicPluginManager
  2. arguments:
  3. - '@module_handler'
  4. - '@theme_handler'
  5. - '@cache.discovery'
  6. - '%app.root%'