public function WebformExporterInterface::writeFooter in Webform 8.5
Same name and namespace in other branches
- 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\PluginCode
public function writeFooter();