You are here

service plugin.manager.help_topic in Drupal 10

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

Class

Drupal\help_topics\HelpTopicPluginManager
3 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
HelpTopicTest::testHelp in core/modules/help_topics/tests/src/Functional/HelpTopicTest.php
Tests the main help page and individual pages for topics.

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%'