You are here

protected property MigrateExecutable::$itemLimit in Migrate Tools 8.2

Same name and namespace in other branches
  1. 8.5 src/MigrateExecutable.php \Drupal\migrate_tools\MigrateExecutable::itemLimit
  2. 8 src/MigrateExecutable.php \Drupal\migrate_tools\MigrateExecutable::itemLimit
  3. 8.3 src/MigrateExecutable.php \Drupal\migrate_tools\MigrateExecutable::itemLimit
  4. 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 48

Class

MigrateExecutable

Namespace

Drupal\migrate_tools

Code

protected $itemLimit = 0;