You are here

public function WebformSubmissionExporterInterface::getArchiveFileName in Webform 8.5

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

Get archive file name for a webform.

Return value

string Archive file name.

1 method overrides WebformSubmissionExporterInterface::getArchiveFileName()
WebformSubmissionExporter::getArchiveFileName in src/WebformSubmissionExporter.php
Get archive file name for a webform.

File

src/WebformSubmissionExporterInterface.php, line 233

Class

WebformSubmissionExporterInterface
Defines an interface for exporting webform submission results.

Namespace

Drupal\webform

Code

public function getArchiveFileName();