You are here

public function WebformHandlerBase::description in Webform 8.5

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

Returns the webform handler description.

Return value

string The webform handler description.

Overrides WebformHandlerInterface::description

File

src/Plugin/WebformHandlerBase.php, line 238

Class

WebformHandlerBase
Provides a base class for a webform handler.

Namespace

Drupal\webform\Plugin

Code

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