You are here

public function YamlFormExporterBase::writeHeader in YAML Form 8

Write header to export.

Overrides YamlFormExporterInterface::writeHeader

2 methods override YamlFormExporterBase::writeHeader()
DelimitedYamlFormExporter::writeHeader in src/Plugin/YamlFormExporter/DelimitedYamlFormExporter.php
Write header to export.
TableYamlFormExporter::writeHeader in src/Plugin/YamlFormExporter/TableYamlFormExporter.php
Write header to export.

File

src/YamlFormExporterBase.php, line 211

Class

YamlFormExporterBase
Provides a base class for a results exporter.

Namespace

Drupal\yamlform

Code

public function writeHeader() {
}