public function WebformExporterInterface::getFileTempDirectory in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformExporterInterface.php \Drupal\webform\Plugin\WebformExporterInterface::getFileTempDirectory()
Get export file temp directory.
Return value
string The export file temp directory.
1 method overrides WebformExporterInterface::getFileTempDirectory()
- WebformExporterBase::getFileTempDirectory in src/
Plugin/ WebformExporterBase.php - Get export file temp directory.
File
- src/
Plugin/ WebformExporterInterface.php, line 127
Class
- WebformExporterInterface
- Defines the interface for results exporters.
Namespace
Drupal\webform\PluginCode
public function getFileTempDirectory();