function StubSourceGeneratorPlugin::getCacheCounts

Return the cacheCounts value.

File

core/modules/migrate/tests/src/Unit/MigrateSourceTest.php, line 531

Class

StubSourceGeneratorPlugin
Defines a stubbed source plugin with a generator as iterator.

Namespace

Drupal\Tests\migrate\Unit

Code

public function getCacheCounts() {
  return $this->cacheCounts;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.