You are here

protected property MigrateSource::$cacheCounts in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 includes/source.inc \MigrateSource::cacheCounts

Whether this instance should cache the source count.

Type: boolean

File

includes/source.inc, line 103
Define base for migration sources.

Class

MigrateSource
Abstract base class for source handling.

Code

protected $cacheCounts = FALSE;