You are here

public function YamlFormSubmissionExporterInterface::setYamlFormOptions in YAML Form 8

Set export options for the current form and entity.

Parameters

array $options: Export options.

1 method overrides YamlFormSubmissionExporterInterface::setYamlFormOptions()
YamlFormSubmissionExporter::setYamlFormOptions in src/YamlFormSubmissionExporter.php
Set export options for the current form and entity.

File

src/YamlFormSubmissionExporterInterface.php, line 59

Class

YamlFormSubmissionExporterInterface
Defines an interface for exporting form submission results.

Namespace

Drupal\yamlform

Code

public function setYamlFormOptions(array $options = []);