public function WebformElementBase::getPluginDescription in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformElementBase.php \Drupal\webform\Plugin\WebformElementBase::getPluginDescription()
Gets the description of the plugin instance.
Return value
string The description of the plugin instance.
Overrides WebformElementInterface::getPluginDescription
File
- src/
Plugin/ WebformElementBase.php, line 518
Class
- WebformElementBase
- Provides a base class for a webform element.
Namespace
Drupal\webform\PluginCode
public function getPluginDescription() {
return $this->pluginDefinition['description'];
}