protected property MigrateExecutable::$itemLimit in Migrate Tools 8.5
Same name and namespace in other branches
- 8 src/MigrateExecutable.php \Drupal\migrate_tools\MigrateExecutable::itemLimit
- 8.2 src/MigrateExecutable.php \Drupal\migrate_tools\MigrateExecutable::itemLimit
- 8.3 src/MigrateExecutable.php \Drupal\migrate_tools\MigrateExecutable::itemLimit
- 8.4 src/MigrateExecutable.php \Drupal\migrate_tools\MigrateExecutable::itemLimit
Maximum number of items to process in this migration.
0 indicates no limit is to be applied.
Type: int
File
- src/
MigrateExecutable.php, line 58
Class
- MigrateExecutable
- Defines a migrate executable class for drush.
Namespace
Drupal\migrate_toolsCode
protected $itemLimit = 0;