function StubSourceGeneratorPlugin::getTrackChanges
Return the trackChanges value.
File
-
core/
modules/ migrate/ tests/ src/ Unit/ MigrateSourceTest.php, line 537
Class
- StubSourceGeneratorPlugin
- Stubbed source plugin with a generator as iterator. Also it overwrites the $skipCount, $cacheCounts and $trackChanges properties.
Namespace
Drupal\Tests\migrate\UnitCode
public function getTrackChanges() {
return $this->trackChanges;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.