You are here

public function YamlFormExporterInterface::isArchive in YAML Form 8

Determine if exporter generates an archive.

Return value

bool TRUE if exporter generates an archive.

1 method overrides YamlFormExporterInterface::isArchive()
YamlFormExporterBase::isArchive in src/YamlFormExporterBase.php
Determine if exporter generates an archive.

File

src/YamlFormExporterInterface.php, line 43

Class

YamlFormExporterInterface
Defines the interface for results exporters.

Namespace

Drupal\yamlform

Code

public function isArchive();