You are here

public function WebformSubmissionExporterInterface::getDefaultExportOptions in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformSubmissionExporterInterface.php \Drupal\webform\WebformSubmissionExporterInterface::getDefaultExportOptions()

Get default export options.

Return value

array Default export options.

1 method overrides WebformSubmissionExporterInterface::getDefaultExportOptions()
WebformSubmissionExporter::getDefaultExportOptions in src/WebformSubmissionExporter.php
Get default export options.

File

src/WebformSubmissionExporterInterface.php, line 99

Class

WebformSubmissionExporterInterface
Defines an interface for exporting webform submission results.

Namespace

Drupal\webform

Code

public function getDefaultExportOptions();