You are here

public function WebformElementBase::getPluginDescription in Webform 8.5

Same name and namespace in other branches
  1. 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\Plugin

Code

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