protected property MigrateExecutable::$itemLimitCounter in Migrate Tools 8.5
Same name and namespace in other branches
- 8.4 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 42
Class
- MigrateExecutable
- Defines a migrate executable class for drush.
Namespace
Drupal\migrate_toolsCode
protected $itemLimitCounter = 0;