You are here

public function WebformExporterInterface::getExportFileName in Webform 8.5

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

Get export file name.

Return value

string A file name.

1 method overrides WebformExporterInterface::getExportFileName()
WebformExporterBase::getExportFileName in src/Plugin/WebformExporterBase.php
Get export file name.

File

src/Plugin/WebformExporterInterface.php, line 162

Class

WebformExporterInterface
Defines the interface for results exporters.

Namespace

Drupal\webform\Plugin

Code

public function getExportFileName();