You are here

public function WebformSubmissionExporterInterface::getExportFileName in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformSubmissionExporterInterface.php \Drupal\webform\WebformSubmissionExporterInterface::getExportFileName()

Get export file name .

Return value

string Export file name.

1 method overrides WebformSubmissionExporterInterface::getExportFileName()
WebformSubmissionExporter::getExportFileName in src/WebformSubmissionExporter.php
Get export file name .

File

src/WebformSubmissionExporterInterface.php, line 217

Class

WebformSubmissionExporterInterface
Defines an interface for exporting webform submission results.

Namespace

Drupal\webform

Code

public function getExportFileName();