public function WebformExporterInterface::getArchiveFileName in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformExporterInterface.php \Drupal\webform\Plugin\WebformExporterInterface::getArchiveFileName()
Get archive file name for a webform.
Return value
string Archive file name.
1 method overrides WebformExporterInterface::getArchiveFileName()
- WebformExporterBase::getArchiveFileName in src/
Plugin/ WebformExporterBase.php - Get archive file name for a webform.
File
- src/
Plugin/ WebformExporterInterface.php, line 186
Class
- WebformExporterInterface
- Defines the interface for results exporters.
Namespace
Drupal\webform\PluginCode
public function getArchiveFileName();