You are here

protected property ConfigEntityUpdater::$batchSize in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php \Drupal\Core\Config\Entity\ConfigEntityUpdater::batchSize

The number of entities to process in each batch.

Type: int

File

core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php, line 44

Class

ConfigEntityUpdater
A utility class to make updating configuration entities simple.

Namespace

Drupal\Core\Config\Entity

Code

protected $batchSize;