You are here

public function WebformExporterBase::writeSubmission in Webform 8.5

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

Write submission to export.

Parameters

\Drupal\webform\WebformSubmissionInterface $webform_submission: A webform submission.

Overrides WebformExporterInterface::writeSubmission

6 methods override WebformExporterBase::writeSubmission()
DelimitedWebformExporter::writeSubmission in src/Plugin/WebformExporter/DelimitedWebformExporter.php
Write submission to export.
JsonWebformExporter::writeSubmission in src/Plugin/WebformExporter/JsonWebformExporter.php
Write submission to export.
TableWebformExporter::writeSubmission in src/Plugin/WebformExporter/TableWebformExporter.php
Write submission to export.
WebformEntityPrintWebformExporter::writeSubmission in modules/webform_entity_print/src/Plugin/WebformExporter/WebformEntityPrintWebformExporter.php
Write submission to export.
WebformSubmissionExportImportWebformExporter::writeSubmission in modules/webform_submission_export_import/src/Plugin/WebformExporter/WebformSubmissionExportImportWebformExporter.php
Write submission to export.

... See full list

File

src/Plugin/WebformExporterBase.php, line 255

Class

WebformExporterBase
Provides a base class for a results exporter.

Namespace

Drupal\webform\Plugin

Code

public function writeSubmission(WebformSubmissionInterface $webform_submission) {
}