You are here

public function YamlFormSubmissionExporterInterface::setYamlForm in YAML Form 8

Set the form whose submissions are being exported.

Parameters

\Drupal\yamlform\YamlFormInterface $yamlform: A form.

1 method overrides YamlFormSubmissionExporterInterface::setYamlForm()
YamlFormSubmissionExporter::setYamlForm in src/YamlFormSubmissionExporter.php
Set the form whose submissions are being exported.

File

src/YamlFormSubmissionExporterInterface.php, line 19

Class

YamlFormSubmissionExporterInterface
Defines an interface for exporting form submission results.

Namespace

Drupal\yamlform

Code

public function setYamlForm(YamlFormInterface $yamlform = NULL);