You are here

protected property DrupalMigration::$newOnly in Drupal-to-Drupal data migration 7.2

Set to TRUE to suppress highwater marks or track_changes (i.e., to only import new items, skipping updated items, on subsequent imports).

Type: bool

File

./migrate_d2d.migrate.inc, line 71
Base classes for all Drupal-to-Drupal migration classes.

Class

DrupalMigration
@file Base classes for all Drupal-to-Drupal migration classes.

Code

protected $newOnly = FALSE;