You are here

public function WebformSubmissionExporterInterface::getArchiveFilePath in Webform 8.5

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

Get archive file name and path for a webform.

Return value

string Archive file name and path for a form

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

File

src/WebformSubmissionExporterInterface.php, line 225

Class

WebformSubmissionExporterInterface
Defines an interface for exporting webform submission results.

Namespace

Drupal\webform

Code

public function getArchiveFilePath();