You are here

public function WebformExporterInterface::isArchive in Webform 8.5

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

Determine if exporter generates an archive.

Return value

bool TRUE if exporter generates an archive.

1 method overrides WebformExporterInterface::isArchive()
WebformExporterBase::isArchive in src/Plugin/WebformExporterBase.php
Determine if exporter generates an archive.

File

src/Plugin/WebformExporterInterface.php, line 62

Class

WebformExporterInterface
Defines the interface for results exporters.

Namespace

Drupal\webform\Plugin

Code

public function isArchive();