You are here

public function WebformElementInterface::getPluginDescription in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::getPluginDescription()

Gets the description of the plugin instance.

Return value

string The description of the plugin instance.

1 method overrides WebformElementInterface::getPluginDescription()
WebformElementBase::getPluginDescription in src/Plugin/WebformElementBase.php
Gets the description of the plugin instance.

File

src/Plugin/WebformElementInterface.php, line 126

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function getPluginDescription();