Same name and namespace in other branches
  1. 8.9.x core/modules/migrate/tests/src/Unit/MigrateSourceTest.php \Drupal\Tests\migrate\Unit\StubSourceGeneratorPlugin::getSkipCount()
  2. 9 core/modules/migrate/tests/src/Unit/MigrateSourceTest.php \Drupal\Tests\migrate\Unit\StubSourceGeneratorPlugin::getSkipCount()

Return the skipCount value.

File

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

Class

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

Namespace

Drupal\Tests\migrate\Unit

Code

public function getSkipCount() {
  return $this->skipCount;
}