You are here

public function YamlFormSubmissionExporter::getExporter in YAML Form 8

Get the results exporter.

Return value

\Drupal\yamlform\YamlFormExporterInterface A results exporter.

Overrides YamlFormSubmissionExporterInterface::getExporter

File

src/YamlFormSubmissionExporter.php, line 209

Class

YamlFormSubmissionExporter
Form submission exporter.

Namespace

Drupal\yamlform

Code

public function getExporter() {
  return $this->exporter;
}