public function WebformSubmissionExporterInterface::getExportFileName in Webform 6.x
Same name and namespace in other branches
- 8.5 src/WebformSubmissionExporterInterface.php \Drupal\webform\WebformSubmissionExporterInterface::getExportFileName()
Get export file name .
Return value
string Export file name.
1 method overrides WebformSubmissionExporterInterface::getExportFileName()
- WebformSubmissionExporter::getExportFileName in src/
WebformSubmissionExporter.php - Get export file name .
File
- src/
WebformSubmissionExporterInterface.php, line 217
Class
- WebformSubmissionExporterInterface
- Defines an interface for exporting webform submission results.
Namespace
Drupal\webformCode
public function getExportFileName();