function StubSourceGeneratorPlugin::getCacheCounts
Same name in other branches
- 9 core/modules/migrate/tests/src/Unit/MigrateSourceTest.php \Drupal\Tests\migrate\Unit\StubSourceGeneratorPlugin::getCacheCounts()
- 10 core/modules/migrate/tests/src/Unit/MigrateSourceTest.php \Drupal\Tests\migrate\Unit\StubSourceGeneratorPlugin::getCacheCounts()
- 11.x core/modules/migrate/tests/src/Unit/MigrateSourceTest.php \Drupal\Tests\migrate\Unit\StubSourceGeneratorPlugin::getCacheCounts()
Return the cacheCounts value.
File
-
core/
modules/ migrate/ tests/ src/ Unit/ MigrateSourceTest.php, line 530
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 getCacheCounts() {
return $this->cacheCounts;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.