You are here

public function YamlFormSubmissionExporterInterface::buildExportOptionsForm in YAML Form 8

Build export options form.

Parameters

array $form: The form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

array $export_options: The default values.

1 method overrides YamlFormSubmissionExporterInterface::buildExportOptionsForm()
YamlFormSubmissionExporter::buildExportOptionsForm in src/YamlFormSubmissionExporter.php
Build export options form.

File

src/YamlFormSubmissionExporterInterface.php, line 111

Class

YamlFormSubmissionExporterInterface
Defines an interface for exporting form submission results.

Namespace

Drupal\yamlform

Code

public function buildExportOptionsForm(array &$form, FormStateInterface $form_state, array $export_options = []);