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