You are here

public function WebformSubmissionExporterInterface::getExporter in Webform 8.5

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

Get the results exporter.

Return value

\Drupal\webform\Plugin\WebformExporterInterface A results exporter.

1 method overrides WebformSubmissionExporterInterface::getExporter()
WebformSubmissionExporter::getExporter in src/WebformSubmissionExporter.php
Get the results exporter.

File

src/WebformSubmissionExporterInterface.php, line 83

Class

WebformSubmissionExporterInterface
Defines an interface for exporting webform submission results.

Namespace

Drupal\webform

Code

public function getExporter();