public function WebformSubmissionExporterInterface::getBatchLimit in Webform 6.x
Same name and namespace in other branches
- 8.5 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\webformCode
public function getBatchLimit();