You are here

namespace Drupal\help_topics in Drupal 10

Same name in other branches
  1. 8 Drupal\help_topics
  2. 9 Drupal\help_topics
Classsort descending Location Description
HelpBreadcrumbBuilder core/modules/help_topics/src/HelpBreadcrumbBuilder.php Provides a breadcrumb builder for help topic pages.
HelpSectionManager core/modules/help_topics/src/HelpSectionManager.php Decorates the Help Section plugin manager to provide help topic search.
HelpTopicDiscovery core/modules/help_topics/src/HelpTopicDiscovery.php Discovers help topic plugins from Twig files in help_topics directories.
HelpTopicPluginBase core/modules/help_topics/src/HelpTopicPluginBase.php Base class for help topic plugins.
HelpTopicPluginInterface core/modules/help_topics/src/HelpTopicPluginInterface.php Defines an interface for help topic plugin classes.
HelpTopicPluginManager core/modules/help_topics/src/HelpTopicPluginManager.php Provides the default help_topic manager.
HelpTopicPluginManagerInterface core/modules/help_topics/src/HelpTopicPluginManagerInterface.php Defines an interface for managing help topics and storing their definitions.
HelpTopicTwig core/modules/help_topics/src/HelpTopicTwig.php Represents a help topic plugin whose definition comes from a Twig file.
HelpTopicTwigLoader core/modules/help_topics/src/HelpTopicTwigLoader.php Loads help topic Twig files from the filesystem.
HelpTwigExtension core/modules/help_topics/src/HelpTwigExtension.php Defines and registers Drupal Twig extensions for rendering help topics.
SearchableHelpInterface core/modules/help_topics/src/SearchableHelpInterface.php Provides an interface for a HelpSection plugin that also supports search.