public function YamlFormExporterBase::getFileTempDirectory in YAML Form 8
Get export file temp directory.
Return value
string The export file temp directory..
Overrides YamlFormExporterInterface::getFileTempDirectory
2 calls to YamlFormExporterBase::getFileTempDirectory()
- YamlFormExporterBase::getArchiveFilePath in src/
YamlFormExporterBase.php - Get archive file name and path for a form.
- YamlFormExporterBase::getExportFilePath in src/
YamlFormExporterBase.php - Get export file path.
File
- src/
YamlFormExporterBase.php, line 226
Class
- YamlFormExporterBase
- Provides a base class for a results exporter.
Namespace
Drupal\yamlformCode
public function getFileTempDirectory() {
return file_directory_temp();
}