You are here

public function WebformSubmissionExporterInterface::generate in Webform 8.5

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

Execute results exporter and write export to a temp file.

1 method overrides WebformSubmissionExporterInterface::generate()
WebformSubmissionExporter::generate in src/WebformSubmissionExporter.php
Execute results exporter and write export to a temp file.

File

src/WebformSubmissionExporterInterface.php, line 127

Class

WebformSubmissionExporterInterface
Defines an interface for exporting webform submission results.

Namespace

Drupal\webform

Code

public function generate();