function HelpTopicPluginBase::getLabel
Same name and namespace in other branches
- 11.x core/modules/help/src/HelpTopicPluginBase.php \Drupal\help\HelpTopicPluginBase::getLabel()
File
-
core/
modules/ help_topics/ src/ HelpTopicPluginBase.php, line 29
Class
- HelpTopicPluginBase
- Base class for help topic plugins.
Namespace
Drupal\help_topicsCode
public function getLabel() {
return $this->pluginDefinition['label'];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.