You are here

public function YamlFormResultsExportForm::__construct in YAML Form 8

Constructs a new YamlFormResultsExportForm object.

Parameters

\Drupal\yamlform\YamlFormSubmissionExporterInterface $yamlform_submission_exporter: The form submission exported.

File

src/Form/YamlFormResultsExportForm.php, line 36

Class

YamlFormResultsExportForm
Form for form results export form.

Namespace

Drupal\yamlform\Form

Code

public function __construct(YamlFormSubmissionExporterInterface $yamlform_submission_exporter) {
  $this->submissionExporter = $yamlform_submission_exporter;
}