You are here

public function WebformExporterInterface::getSubmissionBaseName in Webform 8.5

Same name and namespace in other branches
  1. 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\Plugin

Code

public function getSubmissionBaseName(WebformSubmissionInterface $webform_submission);