public function YamlFormSubmissionExporterInterface::getExportFileName in YAML Form 8
Get export file name .
Return value
string Export file name.
1 method overrides YamlFormSubmissionExporterInterface::getExportFileName()
- YamlFormSubmissionExporter::getExportFileName in src/
YamlFormSubmissionExporter.php - Get export file name .
File
- src/
YamlFormSubmissionExporterInterface.php, line 217
Class
- YamlFormSubmissionExporterInterface
- Defines an interface for exporting form submission results.
Namespace
Drupal\yamlformCode
public function getExportFileName();