You are here

public function WebformSubmissionExporterInterface::setWebformOptions in Webform 8.5

Same name and namespace in other branches
  1. 6.x 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\webform

Code

public function setWebformOptions(array $options = []);