You are here

public function YamlFormSubmissionExporterInterface::getExportFilePath in YAML Form 8

Get export file name and path.

Return value

string Export file name and path.

1 method overrides YamlFormSubmissionExporterInterface::getExportFilePath()
YamlFormSubmissionExporter::getExportFilePath in src/YamlFormSubmissionExporter.php
Get export file name and path.

File

src/YamlFormSubmissionExporterInterface.php, line 209

Class

YamlFormSubmissionExporterInterface
Defines an interface for exporting form submission results.

Namespace

Drupal\yamlform

Code

public function getExportFilePath();