You are here

public function WebformSubmissionExporterInterface::getExportFilePath in Webform 8.5

Same name and namespace in other branches
  1. 6.x 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\webform

Code

public function getExportFilePath();