function HelpTopicPluginInterface::getLabel
Same name in other branches
- 9 core/modules/help_topics/src/HelpTopicPluginInterface.php \Drupal\help_topics\HelpTopicPluginInterface::getLabel()
- 10 core/modules/help/src/HelpTopicPluginInterface.php \Drupal\help\HelpTopicPluginInterface::getLabel()
- 11.x core/modules/help/src/HelpTopicPluginInterface.php \Drupal\help\HelpTopicPluginInterface::getLabel()
Returns the label of the topic.
Return value
string The label of the topic.
1 method overrides HelpTopicPluginInterface::getLabel()
- HelpTopicPluginBase::getLabel in core/
modules/ help_topics/ src/ HelpTopicPluginBase.php - Returns the label of the topic.
File
-
core/
modules/ help_topics/ src/ HelpTopicPluginInterface.php, line 27
Class
- HelpTopicPluginInterface
- Defines an interface for help topic plugin classes.
Namespace
Drupal\help_topicsCode
public function getLabel();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.