public function WebformSubmissionExporterInterface::getExportFilePath in Webform 6.x
Same name and namespace in other branches
- 8.5 src/WebformSubmissionExporterInterface.php \Drupal\webform\WebformSubmissionExporterInterface::getExportFilePath()
Get export file name and path.
Return value
string Export file name and path.
1 method overrides WebformSubmissionExporterInterface::getExportFilePath()
- WebformSubmissionExporter::getExportFilePath in src/
WebformSubmissionExporter.php - Get export file name and path.
File
- src/
WebformSubmissionExporterInterface.php, line 209
Class
- WebformSubmissionExporterInterface
- Defines an interface for exporting webform submission results.
Namespace
Drupal\webformCode
public function getExportFilePath();