You are here

public function WebformExporterInterface::closeExport in Webform 8.5

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

Close export.

1 method overrides WebformExporterInterface::closeExport()
WebformExporterBase::closeExport in src/Plugin/WebformExporterBase.php
Close export.

File

src/Plugin/WebformExporterInterface.php, line 101

Class

WebformExporterInterface
Defines the interface for results exporters.

Namespace

Drupal\webform\Plugin

Code

public function closeExport();