You are here

public function WebformExporterBase::label in Webform 6.x

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

Returns the results exporter label.

Return value

string The results exporter label.

Overrides WebformExporterInterface::label

File

src/Plugin/WebformExporterBase.php, line 78

Class

WebformExporterBase
Provides a base class for a results exporter.

Namespace

Drupal\webform\Plugin

Code

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