public function YamlFormSubmissionExporterInterface::getArchiveFilePath in YAML Form 8
Get archive file name and path for a form.
Return value
string Archive file name and path for a form
1 method overrides YamlFormSubmissionExporterInterface::getArchiveFilePath()
- YamlFormSubmissionExporter::getArchiveFilePath in src/
YamlFormSubmissionExporter.php - Get archive file name and path for a form.
File
- src/
YamlFormSubmissionExporterInterface.php, line 225
Class
- YamlFormSubmissionExporterInterface
- Defines an interface for exporting form submission results.
Namespace
Drupal\yamlformCode
public function getArchiveFilePath();