You are here

public function WebformExporterBase::openExport in Webform 8.5

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

Open export.

Overrides WebformExporterInterface::openExport

File

src/Plugin/WebformExporterBase.php, line 240

Class

WebformExporterBase
Provides a base class for a results exporter.

Namespace

Drupal\webform\Plugin

Code

public function openExport() {
}