You are here

public function WebformSubmissionExporterInterface::getBatchLimit in Webform 8.5

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

Get the number of submissions to be exported with each batch.

Return value

int Number of submissions to be exported with each batch.

1 method overrides WebformSubmissionExporterInterface::getBatchLimit()
WebformSubmissionExporter::getBatchLimit in src/WebformSubmissionExporter.php
Get the number of submissions to be exported with each batch.

File

src/WebformSubmissionExporterInterface.php, line 174

Class

WebformSubmissionExporterInterface
Defines an interface for exporting webform submission results.

Namespace

Drupal\webform

Code

public function getBatchLimit();