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\yamlformCode
public function getExporter() {
return $this->exporter;
}