You are here

public function WebformSubmissionExporter::getExporter in Webform 8.5

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

Get the results exporter.

Return value

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

Overrides WebformSubmissionExporterInterface::getExporter

File

src/WebformSubmissionExporter.php, line 224

Class

WebformSubmissionExporter
Webform submission exporter.

Namespace

Drupal\webform

Code

public function getExporter() {
  return $this->exporter;
}