public function YamlFormSubmissionExporter::getExportFilePath in YAML Form 8
Get export file name and path.
Return value
string Export file name and path.
Overrides YamlFormSubmissionExporterInterface::getExportFilePath
1 call to YamlFormSubmissionExporter::getExportFilePath()
- YamlFormSubmissionExporter::writeExportToArchive in src/
YamlFormSubmissionExporter.php - Write export file to Archive file.
File
- src/
YamlFormSubmissionExporter.php, line 861
Class
- YamlFormSubmissionExporter
- Form submission exporter.
Namespace
Drupal\yamlformCode
public function getExportFilePath() {
return $this
->getExporter()
->getExportFilePath();
}