protected property StubSourceGeneratorPlugin::$trackChanges in Drupal 8
Same name and namespace in other branches
- 9 core/modules/migrate/tests/src/Unit/MigrateSourceTest.php \Drupal\Tests\migrate\Unit\StubSourceGeneratorPlugin::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
Overrides SourcePluginBase::$trackChanges
File
- core/
modules/ migrate/ tests/ src/ Unit/ MigrateSourceTest.php, line 518 - Contains \Drupal\Tests\migrate\Unit\MigrateSourceTest.
Class
- StubSourceGeneratorPlugin
- Stubbed source plugin with a generator as iterator. Also it overwrites the $skipCount, $cacheCounts and $trackChanges properties.
Namespace
Drupal\Tests\migrate\UnitCode
protected $trackChanges = TRUE;