protected property MigrateExecutable::$preExistingItem in Migrate Tools 8.5
Same name and namespace in other branches
- 8 src/MigrateExecutable.php \Drupal\migrate_tools\MigrateExecutable::preExistingItem
- 8.2 src/MigrateExecutable.php \Drupal\migrate_tools\MigrateExecutable::preExistingItem
- 8.3 src/MigrateExecutable.php \Drupal\migrate_tools\MigrateExecutable::preExistingItem
- 8.4 src/MigrateExecutable.php \Drupal\migrate_tools\MigrateExecutable::preExistingItem
Whether the destination item exists before saving.
Type: bool
File
- src/
MigrateExecutable.php, line 86
Class
- MigrateExecutable
- Defines a migrate executable class for drush.
Namespace
Drupal\migrate_toolsCode
protected $preExistingItem = FALSE;