public function WebformSubmissionExporterInterface::getExportOptions in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformSubmissionExporterInterface.php \Drupal\webform\WebformSubmissionExporterInterface::getExportOptions()
Get export options.
Return value
array Export options.
1 method overrides WebformSubmissionExporterInterface::getExportOptions()
- WebformSubmissionExporter::getExportOptions in src/
WebformSubmissionExporter.php - Get export options.
File
- src/
WebformSubmissionExporterInterface.php, line 91
Class
- WebformSubmissionExporterInterface
- Defines an interface for exporting webform submission results.
Namespace
Drupal\webformCode
public function getExportOptions();