You are here

public function YamlFormSubmissionExporterInterface::getYamlFormOptions in YAML Form 8

Get export options for the current form and entity.

Return value

array Export options.

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

File

src/YamlFormSubmissionExporterInterface.php, line 51

Class

YamlFormSubmissionExporterInterface
Defines an interface for exporting form submission results.

Namespace

Drupal\yamlform

Code

public function getYamlFormOptions();