You are here

public function YamlFormExporterBase::isArchive in YAML Form 8

Determine if exporter generates an archive.

Return value

bool TRUE if exporter generates an archive.

Overrides YamlFormExporterInterface::isArchive

File

src/YamlFormExporterBase.php, line 113

Class

YamlFormExporterBase
Provides a base class for a results exporter.

Namespace

Drupal\yamlform

Code

public function isArchive() {
  return $this->pluginDefinition['archive'];
}