You are here

interface HelpTopicPluginManagerInterface in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/help_topics/src/HelpTopicPluginManagerInterface.php \Drupal\help_topics\HelpTopicPluginManagerInterface
  2. 9 core/modules/help_topics/src/HelpTopicPluginManagerInterface.php \Drupal\help_topics\HelpTopicPluginManagerInterface

Defines an interface for managing help topics and storing their definitions.

@internal Help Topics is currently experimental and should only be leveraged by experimental modules and development releases of contributed modules. See https://www.drupal.org/core/experimental for more information.

Hierarchy

Expanded class hierarchy of HelpTopicPluginManagerInterface

All classes that implement HelpTopicPluginManagerInterface

2 files declare their use of HelpTopicPluginManagerInterface
HelpTopicPluginController.php in core/modules/help_topics/src/Controller/HelpTopicPluginController.php
HelpTopicSection.php in core/modules/help_topics/src/Plugin/HelpSection/HelpTopicSection.php

File

core/modules/help_topics/src/HelpTopicPluginManagerInterface.php, line 15

Namespace

Drupal\help_topics
View source
interface HelpTopicPluginManagerInterface extends PluginManagerInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
DiscoveryInterface::getDefinition public function Gets a specific plugin definition. 4
DiscoveryInterface::getDefinitions public function Gets the definition of all plugins for this type. 3
DiscoveryInterface::hasDefinition public function Indicates if a specific plugin definition exists. 1
FactoryInterface::createInstance public function Creates a pre-configured instance of a plugin. 5
MapperInterface::getInstance public function Gets a preconfigured instance of a plugin. 3