You are here

public function WebformExporterInterface::writeFooter in Webform 8.5

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

Write footer to export.

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

File

src/Plugin/WebformExporterInterface.php, line 119

Class

WebformExporterInterface
Defines the interface for results exporters.

Namespace

Drupal\webform\Plugin

Code

public function writeFooter();