public function WebformSubmissionExporterInterface::isBatch in Webform 6.x
Same name and namespace in other branches
- 8.5 src/WebformSubmissionExporterInterface.php \Drupal\webform\WebformSubmissionExporterInterface::isBatch()
Determine if export needs to use batch processing.
Return value
bool TRUE if export needs to use batch processing.
1 method overrides WebformSubmissionExporterInterface::isBatch()
- WebformSubmissionExporter::isBatch in src/
WebformSubmissionExporter.php - Determine if export needs to use batch processing.
File
- src/
WebformSubmissionExporterInterface.php, line 249
Class
- WebformSubmissionExporterInterface
- Defines an interface for exporting webform submission results.
Namespace
Drupal\webformCode
public function isBatch();