You are here

public function WebformSubmissionExporterInterface::buildExportOptionsForm in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformSubmissionExporterInterface.php \Drupal\webform\WebformSubmissionExporterInterface::buildExportOptionsForm()

Build export options webform.

Parameters

array $form: The webform.

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

array $export_options: The default values.

1 method overrides WebformSubmissionExporterInterface::buildExportOptionsForm()
WebformSubmissionExporter::buildExportOptionsForm in src/WebformSubmissionExporter.php
Build export options webform.

File

src/WebformSubmissionExporterInterface.php, line 111

Class

WebformSubmissionExporterInterface
Defines an interface for exporting webform submission results.

Namespace

Drupal\webform

Code

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