protected property MigrateSource::$trackChanges in Migrate 7.2
If TRUE, we will maintain hashed source rows to determine whether incoming data has changed.
Type: bool
File
- includes/
source.inc, line 143 - Define base for migration sources.
Class
- MigrateSource
- Abstract base class for source handling.
Code
protected $trackChanges = FALSE;