You are here

public function WebformSubmissionExportImportImporterInterface::getBatchLimit in Webform 6.x

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

File

modules/webform_submission_export_import/src/WebformSubmissionExportImportImporterInterface.php, line 216

Class

WebformSubmissionExportImportImporterInterface
Defines an interface for exporting webform submission results.

Namespace

Drupal\webform_submission_export_import

Code

public function getBatchLimit();