public function YamlFormExporterInterface::getBaseFileName in YAML Form 8
Get export base file name without an extension.
Return value
string A base file name.
1 method overrides YamlFormExporterInterface::getBaseFileName()
- YamlFormExporterBase::getBaseFileName in src/
YamlFormExporterBase.php - Get export base file name without an extension.
File
- src/
YamlFormExporterInterface.php, line 127
Class
- YamlFormExporterInterface
- Defines the interface for results exporters.
Namespace
Drupal\yamlformCode
public function getBaseFileName();