function HelpTopicPluginInterface::getLabel

Same name and namespace in other branches
  1. 9 core/modules/help_topics/src/HelpTopicPluginInterface.php \Drupal\help_topics\HelpTopicPluginInterface::getLabel()
  2. 10 core/modules/help/src/HelpTopicPluginInterface.php \Drupal\help\HelpTopicPluginInterface::getLabel()
  3. 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_topics

Code

public function getLabel();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.