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