function StubSourceGeneratorPlugin::getCacheCounts

Same name and namespace in other branches
  1. 9 core/modules/migrate/tests/src/Unit/MigrateSourceTest.php \Drupal\Tests\migrate\Unit\StubSourceGeneratorPlugin::getCacheCounts()
  2. 8.9.x core/modules/migrate/tests/src/Unit/MigrateSourceTest.php \Drupal\Tests\migrate\Unit\StubSourceGeneratorPlugin::getCacheCounts()
  3. 10 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 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.