public function YamlFormSubmissionExporterInterface::generate in YAML Form 8
Execute results exporter and write export to a temp file.
1 method overrides YamlFormSubmissionExporterInterface::generate()
- YamlFormSubmissionExporter::generate in src/
YamlFormSubmissionExporter.php - Execute results exporter and write export to a temp file.
File
- src/
YamlFormSubmissionExporterInterface.php, line 127
Class
- YamlFormSubmissionExporterInterface
- Defines an interface for exporting form submission results.
Namespace
Drupal\yamlformCode
public function generate();