You are here

public function WebformExporterBase::description in Webform 8.5

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

Returns the results exporter description.

Return value

string The results exporter description.

Overrides WebformExporterInterface::description

File

src/Plugin/WebformExporterBase.php, line 131

Class

WebformExporterBase
Provides a base class for a results exporter.

Namespace

Drupal\webform\Plugin

Code

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