You are here

public function YamlFormSubmissionExporter::getArchiveFileName in YAML Form 8

Get archive file name for a form.

Return value

string Archive file name.

Overrides YamlFormSubmissionExporterInterface::getArchiveFileName

File

src/YamlFormSubmissionExporter.php, line 882

Class

YamlFormSubmissionExporter
Form submission exporter.

Namespace

Drupal\yamlform

Code

public function getArchiveFileName() {
  return $this
    ->getExporter()
    ->getArchiveFileName();
}