You are here

public function WebformSubmissionExporterInterface::setExporter in Webform 8.5

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

Set results exporter.

Parameters

array $export_options: Associative array of exporter options.

Return value

\Drupal\webform\Plugin\WebformExporterInterface A results exporter.

1 method overrides WebformSubmissionExporterInterface::setExporter()
WebformSubmissionExporter::setExporter in src/WebformSubmissionExporter.php
Set results exporter.

File

src/WebformSubmissionExporterInterface.php, line 75

Class

WebformSubmissionExporterInterface
Defines an interface for exporting webform submission results.

Namespace

Drupal\webform

Code

public function setExporter(array $export_options = []);