You are here

protected property YamlFormSubmissionsDeleteFormBase::$batchLimit in YAML Form 8

Default number of submission to be deleted during batch processing.

Type: int

File

src/Form/YamlFormSubmissionsDeleteFormBase.php, line 23

Class

YamlFormSubmissionsDeleteFormBase
Base form for deleting form submission.

Namespace

Drupal\yamlform\Form

Code

protected $batchLimit = 1000;