public function WebformSubmissionExporterInterface::buildExportOptionsForm in Webform 6.x
Same name and namespace in other branches
- 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\webformCode
public function buildExportOptionsForm(array &$form, FormStateInterface $form_state, array $export_options = []);