You are here

public static function MigrateUpgradeRunBatch::onMapSave in Migrate Upgrade 8

Counts up any map save events.

Parameters

\Drupal\migrate\Event\MigrateMapSaveEvent $event: The map event.

File

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

Class

MigrateUpgradeRunBatch
Runs a single migration batch.

Namespace

Drupal\migrate_upgrade

Code

public static function onMapSave(MigrateMapSaveEvent $event) {
  static::$numProcessed++;
}