You are here

public function YamlFormExporterBase::label in YAML Form 8

Returns the results exporter label.

Return value

string The results exporter label.

Overrides YamlFormExporterInterface::label

File

src/YamlFormExporterBase.php, line 92

Class

YamlFormExporterBase
Provides a base class for a results exporter.

Namespace

Drupal\yamlform

Code

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