You are here

public function YamlFormSubmissionExporterInterface::getTotal in YAML Form 8

Total number of submissions to be exported.

Return value

int The total number of submissions to be exported.

1 method overrides YamlFormSubmissionExporterInterface::getTotal()
YamlFormSubmissionExporter::getTotal in src/YamlFormSubmissionExporter.php
Total number of submissions to be exported.

File

src/YamlFormSubmissionExporterInterface.php, line 166

Class

YamlFormSubmissionExporterInterface
Defines an interface for exporting form submission results.

Namespace

Drupal\yamlform

Code

public function getTotal();