You are here

protected function WebformSubmissionExporter::getBaseFileName in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformSubmissionExporter.php \Drupal\webform\WebformSubmissionExporter::getBaseFileName()
1 call to WebformSubmissionExporter::getBaseFileName()
WebformSubmissionExporter::writeExportToArchive in src/WebformSubmissionExporter.php
Write export file to Archive file.

File

src/WebformSubmissionExporter.php, line 1038

Class

WebformSubmissionExporter
Webform submission exporter.

Namespace

Drupal\webform

Code

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