You are here

public function WebformExporterBase::writeFooter in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformExporterBase.php \Drupal\webform\Plugin\WebformExporterBase::writeFooter()

Write footer to export.

Overrides WebformExporterInterface::writeFooter

1 method overrides WebformExporterBase::writeFooter()
TableWebformExporter::writeFooter in src/Plugin/WebformExporter/TableWebformExporter.php
Write footer to export.

File

src/Plugin/WebformExporterBase.php, line 214

Class

WebformExporterBase
Provides a base class for a results exporter.

Namespace

Drupal\webform\Plugin

Code

public function writeFooter() {
}