public function YamlFormSubmissionExporterInterface::getBatchLimit in YAML Form 8
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 YamlFormSubmissionExporterInterface::getBatchLimit()
- YamlFormSubmissionExporter::getBatchLimit in src/
YamlFormSubmissionExporter.php - Get the number of submissions to be exported with each batch.
File
- src/
YamlFormSubmissionExporterInterface.php, line 174
Class
- YamlFormSubmissionExporterInterface
- Defines an interface for exporting form submission results.
Namespace
Drupal\yamlformCode
public function getBatchLimit();