protected property SourcePluginBase::$trackChanges in Drupal 8
Same name and namespace in other branches
- 9 core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php \Drupal\migrate\Plugin\migrate\source\SourcePluginBase::trackChanges
Flags whether to track changes to incoming data.
If TRUE, we will maintain hashed source rows to determine whether incoming data has changed.
Type: bool
File
- core/
modules/ migrate/ src/ Plugin/ migrate/ source/ SourcePluginBase.php, line 154
Class
- SourcePluginBase
- The base class for source plugins.
Namespace
Drupal\migrate\Plugin\migrate\sourceCode
protected $trackChanges = FALSE;