You are here

public function WebformResultsExportForm::__construct in Webform 8.5

Constructs a WebformResultsExportForm object.

Parameters

\Drupal\webform\WebformSubmissionExporterInterface $webform_submission_exporter: The webform submission exported.

File

src/Form/WebformResultsExportForm.php, line 35

Class

WebformResultsExportForm
Webform for webform results export webform.

Namespace

Drupal\webform\Form

Code

public function __construct(WebformSubmissionExporterInterface $webform_submission_exporter) {
  $this->submissionExporter = $webform_submission_exporter;
}