You are here

protected property MigrateExecutable::$itemLimitCounter in Migrate Tools 8.4

Same name and namespace in other branches
  1. 8.5 src/MigrateExecutable.php \Drupal\migrate_tools\MigrateExecutable::itemLimitCounter

Counter of map saves, used to detect the item limit threshold.

Type: int

File

src/MigrateExecutable.php, line 43

Class

MigrateExecutable
Defines a migrate executable class for drush.

Namespace

Drupal\migrate_tools

Code

protected $itemLimitCounter = 0;