public function WebformSubmissionExporterInterface::writeFooter in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformSubmissionExporterInterface.php \Drupal\webform\WebformSubmissionExporterInterface::writeFooter()
Write webform results footer to export file.
1 method overrides WebformSubmissionExporterInterface::writeFooter()
- WebformSubmissionExporter::writeFooter in src/
WebformSubmissionExporter.php - Write webform results footer to export file.
File
- src/
WebformSubmissionExporterInterface.php, line 145
Class
- WebformSubmissionExporterInterface
- Defines an interface for exporting webform submission results.
Namespace
Drupal\webformCode
public function writeFooter();