You are here

protected property SourcePluginBase::$skipCount in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php \Drupal\migrate\Plugin\migrate\source\SourcePluginBase::skipCount

Whether this instance should not attempt to count the source.

Type: bool

File

core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php, line 92
Contains \Drupal\migrate\Plugin\migrate\source\SourcePluginBase.

Class

SourcePluginBase
The base class for all source plugins.

Namespace

Drupal\migrate\Plugin\migrate\source

Code

protected $skipCount = FALSE;