public function YamlFormExporterInterface::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 YamlFormExporterInterface::getArchiveFilePath()
- YamlFormExporterBase::getArchiveFilePath in src/
YamlFormExporterBase.php - Get archive file name and path for a form.
File
- src/
YamlFormExporterInterface.php, line 151
Class
- YamlFormExporterInterface
- Defines the interface for results exporters.
Namespace
Drupal\yamlformCode
public function getArchiveFilePath();