You are here

public function YamlFormSubmissionExporter::getExportFileName in YAML Form 8

Get export file name .

Return value

string Export file name.

Overrides YamlFormSubmissionExporterInterface::getExportFileName

File

src/YamlFormSubmissionExporter.php, line 868

Class

YamlFormSubmissionExporter
Form submission exporter.

Namespace

Drupal\yamlform

Code

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