public function YamlFormSubmissionExporterInterface::getExporter in YAML Form 8
Get the results exporter.
Return value
\Drupal\yamlform\YamlFormExporterInterface A results exporter.
1 method overrides YamlFormSubmissionExporterInterface::getExporter()
- YamlFormSubmissionExporter::getExporter in src/
YamlFormSubmissionExporter.php - Get the results exporter.
File
- src/
YamlFormSubmissionExporterInterface.php, line 83
Class
- YamlFormSubmissionExporterInterface
- Defines an interface for exporting form submission results.
Namespace
Drupal\yamlformCode
public function getExporter();