interface HelpInterface in Advanced Help 8
Defines an interface for ice cream flavor plugins.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\advanced_help\HelpInterface
Expanded class hierarchy of HelpInterface
All classes that implement HelpInterface
File
- src/
HelpInterface.php, line 10
Namespace
Drupal\advanced_helpView source
interface HelpInterface extends PluginInspectionInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |