You are here

public function WebformExporterInterface::getArchiveType in Webform 8.5

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

Get archive file type.

Return value

string Archive file type.

1 method overrides WebformExporterInterface::getArchiveType()
WebformExporterBase::getArchiveType in src/Plugin/WebformExporterBase.php
Get archive file type.

File

src/Plugin/WebformExporterInterface.php, line 202

Class

WebformExporterInterface
Defines the interface for results exporters.

Namespace

Drupal\webform\Plugin

Code

public function getArchiveType();