You are here

public function WebformExporterInterface::getBatchLimit in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformExporterInterface.php \Drupal\webform\Plugin\WebformExporterInterface::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 WebformExporterInterface::getBatchLimit()
WebformExporterBase::getBatchLimit in src/Plugin/WebformExporterBase.php
Get the number of submissions to be exported with each batch.

File

src/Plugin/WebformExporterInterface.php, line 222

Class

WebformExporterInterface
Defines the interface for results exporters.

Namespace

Drupal\webform\Plugin

Code

public function getBatchLimit();