public function YamlFormSubmissionExporterInterface::requiresBatch in YAML Form 8
Determine if form submissions must be exported using batch processing.
Return value
bool TRUE if form submissions must be exported using batch processing.
1 method overrides YamlFormSubmissionExporterInterface::requiresBatch()
- YamlFormSubmissionExporter::requiresBatch in src/
YamlFormSubmissionExporter.php - Determine if form submissions must be exported using batch processing.
File
- src/
YamlFormSubmissionExporterInterface.php, line 182
Class
- YamlFormSubmissionExporterInterface
- Defines an interface for exporting form submission results.
Namespace
Drupal\yamlformCode
public function requiresBatch();