You are here

public function YamlFormExporterInterface::getExportFilePath in YAML Form 8

Get export file path.

Return value

string A file path.

1 method overrides YamlFormExporterInterface::getExportFilePath()
YamlFormExporterBase::getExportFilePath in src/YamlFormExporterBase.php
Get export file path.

File

src/YamlFormExporterInterface.php, line 143

Class

YamlFormExporterInterface
Defines the interface for results exporters.

Namespace

Drupal\yamlform

Code

public function getExportFilePath();