You are here

protected property StubSourceGeneratorPlugin::$skipCount in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate/tests/src/Unit/MigrateSourceTest.php \Drupal\Tests\migrate\Unit\StubSourceGeneratorPlugin::skipCount

Whether this instance should not attempt to count the source.

Type: bool

Overrides SourcePluginBase::$skipCount

File

core/modules/migrate/tests/src/Unit/MigrateSourceTest.php, line 511
Contains \Drupal\Tests\migrate\Unit\MigrateSourceTest.

Class

StubSourceGeneratorPlugin
Stubbed source plugin with a generator as iterator. Also it overwrites the $skipCount, $cacheCounts and $trackChanges properties.

Namespace

Drupal\Tests\migrate\Unit

Code

protected $skipCount = TRUE;