public function WebformSubmissionExporter::getArchiveFileName in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformSubmissionExporter.php \Drupal\webform\WebformSubmissionExporter::getArchiveFileName()
Get archive file name for a webform.
Return value
string Archive file name.
Overrides WebformSubmissionExporterInterface::getArchiveFileName
File
- src/
WebformSubmissionExporter.php, line 1066
Class
- WebformSubmissionExporter
- Webform submission exporter.
Namespace
Drupal\webformCode
public function getArchiveFileName() {
return $this
->getExporter()
->getArchiveFileName();
}