public function YamlFormSubmissionExporterInterface::setExporter in YAML Form 8
Set results exporter.
Parameters
array $export_options: Associative array of exporter options.
Return value
\Drupal\yamlform\YamlFormExporterInterface A results exporter.
1 method overrides YamlFormSubmissionExporterInterface::setExporter()
- YamlFormSubmissionExporter::setExporter in src/
YamlFormSubmissionExporter.php - Set results exporter.
File
- src/
YamlFormSubmissionExporterInterface.php, line 75
Class
- YamlFormSubmissionExporterInterface
- Defines an interface for exporting form submission results.
Namespace
Drupal\yamlformCode
public function setExporter(array $export_options = []);