protected property MigrateSource::$skipCount in Migrate 7.2
Same name and namespace in other branches
- 6.2 includes/source.inc \MigrateSource::skipCount
Whether this instance should not attempt to count the source.
Type: boolean
File
- includes/
source.inc, line 135 - Define base for migration sources.
Class
- MigrateSource
- Abstract base class for source handling.
Code
protected $skipCount = FALSE;