protected property MigrateExecutable::$counts in Drupal 9
Same name and namespace in other branches
- 8 core/modules/migrate/src/MigrateExecutable.php \Drupal\migrate\MigrateExecutable::counts
- 10 core/modules/migrate/src/MigrateExecutable.php \Drupal\migrate\MigrateExecutable::counts
An array of counts. Initially used for cache hit/miss tracking.
Type: array
File
- core/
modules/ migrate/ src/ MigrateExecutable.php, line 68
Class
- MigrateExecutable
- Defines a migrate executable class.
Namespace
Drupal\migrateCode
protected $counts = [];