You are here

protected property MigrateSource::$numIgnored in Migrate 7.2

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

Number of rows intentionally ignored (prepareRow() returned FALSE)

Type: int

File

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

Class

MigrateSource
Abstract base class for source handling.

Code

protected $numIgnored = 0;