Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. HelpTopicPluginBase.php

function HelpTopicPluginBase::getLabel

Overrides HelpTopicPluginInterface::getLabel

1 call to HelpTopicPluginBase::getLabel()
HelpTopicPluginBase::toLink in core/modules/help/src/HelpTopicPluginBase.php
Returns a link for viewing the help topic.

File

core/modules/help/src/HelpTopicPluginBase.php, line 27

Class

HelpTopicPluginBase
Base class for help topic plugins.

Namespace

Drupal\help

Code

public function getLabel() {
    return $this->pluginDefinition['label'];
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal