You are here

protected property MigrateExecutable::$preExistingItem in Migrate Tools 8

Same name and namespace in other branches
  1. 8.5 src/MigrateExecutable.php \Drupal\migrate_tools\MigrateExecutable::preExistingItem
  2. 8.2 src/MigrateExecutable.php \Drupal\migrate_tools\MigrateExecutable::preExistingItem
  3. 8.3 src/MigrateExecutable.php \Drupal\migrate_tools\MigrateExecutable::preExistingItem
  4. 8.4 src/MigrateExecutable.php \Drupal\migrate_tools\MigrateExecutable::preExistingItem

Whether the destination item exists before saving.

Type: bool

File

src/MigrateExecutable.php, line 80
Contains \Drupal\migrate_tools\MigrateExecutable.

Class

MigrateExecutable

Namespace

Drupal\migrate_tools

Code

protected $preExistingItem = FALSE;