You are here

public function WebformExporterInterface::getBaseFileName in Webform 8.5

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

Get export base file name without an extension.

Return value

string A base file name.

1 method overrides WebformExporterInterface::getBaseFileName()
WebformExporterBase::getBaseFileName in src/Plugin/WebformExporterBase.php
Get export base file name without an extension.

File

src/Plugin/WebformExporterInterface.php, line 154

Class

WebformExporterInterface
Defines the interface for results exporters.

Namespace

Drupal\webform\Plugin

Code

public function getBaseFileName();