You are here

public static function MigrateUpgradeRunBatch::onMapDelete in Migrate Upgrade 8

Counts up any map delete events.

Parameters

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

File

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

Class

MigrateUpgradeRunBatch
Runs a single migration batch.

Namespace

Drupal\migrate_upgrade

Code

public static function onMapDelete(MigrateMapDeleteEvent $event) {
  static::$numProcessed++;
}