public function YamlFormExporterInterface::getExportFileName in YAML Form 8
Get export file name.
Return value
string A file name.
1 method overrides YamlFormExporterInterface::getExportFileName()
- YamlFormExporterBase::getExportFileName in src/
YamlFormExporterBase.php - Get export file name.
File
- src/
YamlFormExporterInterface.php, line 135
Class
- YamlFormExporterInterface
- Defines the interface for results exporters.
Namespace
Drupal\yamlformCode
public function getExportFileName();