You are here

public function YamlFormExporterInterface::getSubmissionBaseName in YAML Form 8

Get form submission base file name.

Parameters

\Drupal\yamlform\YamlFormSubmissionInterface $yamlform_submission: A form submission.

Return value

string Form submission's base file name.

1 method overrides YamlFormExporterInterface::getSubmissionBaseName()
YamlFormExporterBase::getSubmissionBaseName in src/YamlFormExporterBase.php
Get form submission base file name.

File

src/YamlFormExporterInterface.php, line 111

Class

YamlFormExporterInterface
Defines the interface for results exporters.

Namespace

Drupal\yamlform

Code

public function getSubmissionBaseName(YamlFormSubmissionInterface $yamlform_submission);