You are here

public function HelpTopicPluginInterface::getLabel in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/help_topics/src/HelpTopicPluginInterface.php \Drupal\help_topics\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();