protected property WebformSubmissionsDeleteFormBase::$batchLimit in Webform 8.5
Same name and namespace in other branches
- 6.x 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 29
Class
- WebformSubmissionsDeleteFormBase
- Base webform for deleting webform submission.
Namespace
Drupal\webform\FormCode
protected $batchLimit = 1000;