public function WebformExporterInterface::getSubmissionBaseName in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformExporterInterface.php \Drupal\webform\Plugin\WebformExporterInterface::getSubmissionBaseName()
Get webform submission base file name.
Parameters
\Drupal\webform\WebformSubmissionInterface $webform_submission: A webform submission.
Return value
string Webform submission's base file name.
1 method overrides WebformExporterInterface::getSubmissionBaseName()
- WebformExporterBase::getSubmissionBaseName in src/
Plugin/ WebformExporterBase.php - Get webform submission base file name.
File
- src/
Plugin/ WebformExporterInterface.php, line 138
Class
- WebformExporterInterface
- Defines the interface for results exporters.
Namespace
Drupal\webform\PluginCode
public function getSubmissionBaseName(WebformSubmissionInterface $webform_submission);