You are here

public function YamlFormExporterBase::writeFooter in YAML Form 8

Write footer to export.

Overrides YamlFormExporterInterface::writeFooter

1 method overrides YamlFormExporterBase::writeFooter()
TableYamlFormExporter::writeFooter in src/Plugin/YamlFormExporter/TableYamlFormExporter.php
Write footer to export.

File

src/YamlFormExporterBase.php, line 221

Class

YamlFormExporterBase
Provides a base class for a results exporter.

Namespace

Drupal\yamlform

Code

public function writeFooter() {
}