You are here

protected static property MigrateUpgradeRunBatch::$numProcessed in Migrate Upgrade 8

The processed items for one batch of a given migration.

Type: int

File

src/MigrateUpgradeRunBatch.php, line 37
Contains \Drupal\migrate_upgrade\MigrateUpgradeRunBatch.

Class

MigrateUpgradeRunBatch
Runs a single migration batch.

Namespace

Drupal\migrate_upgrade

Code

protected static $numProcessed = 0;