You are here

public function YamlFormSubmissionExporterInterface::getArchiveFileName in YAML Form 8

Get archive file name for a form.

Return value

string Archive file name.

1 method overrides YamlFormSubmissionExporterInterface::getArchiveFileName()
YamlFormSubmissionExporter::getArchiveFileName in src/YamlFormSubmissionExporter.php
Get archive file name for a form.

File

src/YamlFormSubmissionExporterInterface.php, line 233

Class

YamlFormSubmissionExporterInterface
Defines an interface for exporting form submission results.

Namespace

Drupal\yamlform

Code

public function getArchiveFileName();