You are here

protected property MigrateExecutable::$deleteCounter in Migrate Tools 8.2

Same name and namespace in other branches
  1. 8.5 src/MigrateExecutable.php \Drupal\migrate_tools\MigrateExecutable::deleteCounter
  2. 8 src/MigrateExecutable.php \Drupal\migrate_tools\MigrateExecutable::deleteCounter
  3. 8.3 src/MigrateExecutable.php \Drupal\migrate_tools\MigrateExecutable::deleteCounter
  4. 8.4 src/MigrateExecutable.php \Drupal\migrate_tools\MigrateExecutable::deleteCounter

Counter of map deletions.

Type: int

File

src/MigrateExecutable.php, line 40

Class

MigrateExecutable

Namespace

Drupal\migrate_tools

Code

protected $deleteCounter = 0;