You are here

public function WebformExporterInterface::getArchiveFilePath in Webform 8.5

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

Get archive file name and path for a webform.

Return value

string Archive file name and path for a form

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

File

src/Plugin/WebformExporterInterface.php, line 178

Class

WebformExporterInterface
Defines the interface for results exporters.

Namespace

Drupal\webform\Plugin

Code

public function getArchiveFilePath();