You are here

public function WebformExporterInterface::createExport in Webform 8.5

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

Create export.

1 method overrides WebformExporterInterface::createExport()
WebformExporterBase::createExport in src/Plugin/WebformExporterBase.php
Create export.

File

src/Plugin/WebformExporterInterface.php, line 91

Class

WebformExporterInterface
Defines the interface for results exporters.

Namespace

Drupal\webform\Plugin

Code

public function createExport();