You are here

protected property WebformSubmissionsDeleteFormBase::$batchLimit in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Form/WebformSubmissionsDeleteFormBase.php \Drupal\webform\Form\WebformSubmissionsDeleteFormBase::batchLimit

Default number of submission to be deleted during batch processing.

Type: int

File

src/Form/WebformSubmissionsDeleteFormBase.php, line 30

Class

WebformSubmissionsDeleteFormBase
Base webform for deleting webform submission.

Namespace

Drupal\webform\Form

Code

protected $batchLimit = 1000;