public function HelpSectionPluginBase::getDescription in Drupal 10
Same name and namespace in other branches
- 8 core/modules/help/src/Plugin/HelpSection/HelpSectionPluginBase.php \Drupal\help\Plugin\HelpSection\HelpSectionPluginBase::getDescription()
- 9 core/modules/help/src/Plugin/HelpSection/HelpSectionPluginBase.php \Drupal\help\Plugin\HelpSection\HelpSectionPluginBase::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'];
}