function HelpSectionPluginBase::getDescription
Returns the description text for the help section.
Return value
string The description text, which could be a plain string or an object that can be cast to a string.
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\HelpSectionCode
public function getDescription() {
return $this->getPluginDefinition()['description'];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.