You are here

public function WebformSubmissionExporter::getExportFileName in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformSubmissionExporter.php \Drupal\webform\WebformSubmissionExporter::getExportFileName()

Get export file name .

Return value

string Export file name.

Overrides WebformSubmissionExporterInterface::getExportFileName

File

src/WebformSubmissionExporter.php, line 1052

Class

WebformSubmissionExporter
Webform submission exporter.

Namespace

Drupal\webform

Code

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