You are here

public function WebformExporterInterface::hasFiles in Webform 8.5

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

Determine if exporter can include uploaded files (in a zipped archive).

Return value

bool TRUE if exporter can include uploaded files (in a zipped archive).

1 method overrides WebformExporterInterface::hasFiles()
WebformExporterBase::hasFiles in src/Plugin/WebformExporterBase.php
Determine if exporter can include uploaded files (in a zipped archive).

File

src/Plugin/WebformExporterInterface.php, line 70

Class

WebformExporterInterface
Defines the interface for results exporters.

Namespace

Drupal\webform\Plugin

Code

public function hasFiles();