You are here

public function WebformSubmissionExporterInterface::isBatch in Webform 8.5

Same name and namespace in other branches
  1. 6.x 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\webform

Code

public function isBatch();