public function WebformSubmissionExporter::getExportFileName in Webform 6.x
Same name and namespace in other branches
- 8.5 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 1152
Class
- WebformSubmissionExporter
- Webform submission exporter.
Namespace
Drupal\webformCode
public function getExportFileName() {
return $this
->getExporter()
->getExportFileName();
}