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

Breadcrumb

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

function HelpSectionPluginBase::getDescription

Overrides HelpSectionPluginInterface::getDescription

File

core/modules/help/src/Plugin/HelpSection/HelpSectionPluginBase.php, line 30

Class

HelpSectionPluginBase
Provides a base class for help section plugins.

Namespace

Drupal\help\Plugin\HelpSection

Code

public function getDescription() {
    return $this->getPluginDefinition()['description'];
}

API Navigation

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