You are here

public function YamlFormExporterInterface::getFileTempDirectory in YAML Form 8

Get export file temp directory.

Return value

string The export file temp directory..

1 method overrides YamlFormExporterInterface::getFileTempDirectory()
YamlFormExporterBase::getFileTempDirectory in src/YamlFormExporterBase.php
Get export file temp directory.

File

src/YamlFormExporterInterface.php, line 100

Class

YamlFormExporterInterface
Defines the interface for results exporters.

Namespace

Drupal\yamlform

Code

public function getFileTempDirectory();