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