public function WebformSubmissionExporterInterface::setWebformOptions in Webform 6.x
Same name and namespace in other branches
- 8.5 src/WebformSubmissionExporterInterface.php \Drupal\webform\WebformSubmissionExporterInterface::setWebformOptions()
Set export options for the current webform and entity.
Parameters
array $options: Export options.
1 method overrides WebformSubmissionExporterInterface::setWebformOptions()
- WebformSubmissionExporter::setWebformOptions in src/
WebformSubmissionExporter.php - Set export options for the current webform and entity.
File
- src/
WebformSubmissionExporterInterface.php, line 59
Class
- WebformSubmissionExporterInterface
- Defines an interface for exporting webform submission results.
Namespace
Drupal\webformCode
public function setWebformOptions(array $options = []);