You are here

public function YamlFormExporterInterface::description in YAML Form 8

Returns the results exporter description.

Return value

string The results exporter description.

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

File

src/YamlFormExporterInterface.php, line 35

Class

YamlFormExporterInterface
Defines the interface for results exporters.

Namespace

Drupal\yamlform

Code

public function description();