function MigrateUpgradeImportBatch::onMapDelete

Counts up any map delete events.

Parameters

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

File

core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php, line 350

Class

MigrateUpgradeImportBatch
Runs a single migration batch.

Namespace

Drupal\migrate_drupal_ui\Batch

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.