You are here

public function YamlFormExporterInterface::label in YAML Form 8

Returns the results exporter label.

Return value

string The results exporter label.

1 method overrides YamlFormExporterInterface::label()
YamlFormExporterBase::label in src/YamlFormExporterBase.php
Returns the results exporter label.

File

src/YamlFormExporterInterface.php, line 27

Class

YamlFormExporterInterface
Defines the interface for results exporters.

Namespace

Drupal\yamlform

Code

public function label();