public function WebformSubmissionExporterInterface::requiresBatch in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformSubmissionExporterInterface.php \Drupal\webform\WebformSubmissionExporterInterface::requiresBatch()
Determine if webform submissions must be exported using batch processing.
Return value
bool TRUE if webform submissions must be exported using batch processing.
1 method overrides WebformSubmissionExporterInterface::requiresBatch()
- WebformSubmissionExporter::requiresBatch in src/
WebformSubmissionExporter.php - Determine if webform submissions must be exported using batch processing.
File
- src/
WebformSubmissionExporterInterface.php, line 182
Class
- WebformSubmissionExporterInterface
- Defines an interface for exporting webform submission results.
Namespace
Drupal\webformCode
public function requiresBatch();