public function WebformSubmissionExporter::getExportFilePath in Webform 6.x
Same name and namespace in other branches
- 8.5 src/WebformSubmissionExporter.php \Drupal\webform\WebformSubmissionExporter::getExportFilePath()
Get export file name and path.
Return value
string Export file name and path.
Overrides WebformSubmissionExporterInterface::getExportFilePath
1 call to WebformSubmissionExporter::getExportFilePath()
- WebformSubmissionExporter::writeExportToArchive in src/
WebformSubmissionExporter.php - Write export file to Archive file.
File
- src/
WebformSubmissionExporter.php, line 1145
Class
- WebformSubmissionExporter
- Webform submission exporter.
Namespace
Drupal\webformCode
public function getExportFilePath() {
return $this
->getExporter()
->getExportFilePath();
}