You are here

protected function YamlFormSubmissionExporter::getBaseFileName in YAML Form 8

1 call to YamlFormSubmissionExporter::getBaseFileName()
YamlFormSubmissionExporter::writeExportToArchive in src/YamlFormSubmissionExporter.php
Write export file to Archive file.

File

src/YamlFormSubmissionExporter.php, line 854

Class

YamlFormSubmissionExporter
Form submission exporter.

Namespace

Drupal\yamlform

Code

protected function getBaseFileName() {
  return $this
    ->getExporter()
    ->getBaseFileName();
}