You are here

public function WebformSubmissionExporterInterface::getTotal in Webform 8.5

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

Total number of submissions to be exported.

Return value

int The total number of submissions to be exported.

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

File

src/WebformSubmissionExporterInterface.php, line 166

Class

WebformSubmissionExporterInterface
Defines an interface for exporting webform submission results.

Namespace

Drupal\webform

Code

public function getTotal();