You are here

public function WebformExporterInterface::writeSubmission in Webform 8.5

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

Write submission to export.

Parameters

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

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

File

src/Plugin/WebformExporterInterface.php, line 114

Class

WebformExporterInterface
Defines the interface for results exporters.

Namespace

Drupal\webform\Plugin

Code

public function writeSubmission(WebformSubmissionInterface $webform_submission);