You are here

protected function YamlFormExporterBase::getYamlForm in YAML Form 8

Get the form whose submissions are being exported.

Return value

\Drupal\yamlform\YamlFormInterface A form.

2 calls to YamlFormExporterBase::getYamlForm()
TabularBaseYamlFormExporter::getElements in src/Plugin/YamlFormExporter/TabularBaseYamlFormExporter.php
Get form elements.
YamlFormExporterBase::getBaseFileName in src/YamlFormExporterBase.php
Get export base file name without an extension.

File

src/YamlFormExporterBase.php, line 162

Class

YamlFormExporterBase
Provides a base class for a results exporter.

Namespace

Drupal\yamlform

Code

protected function getYamlForm() {
  return $this->configuration['yamlform'];
}