You are here

protected property MigrateSource::$mapRowAdded in Migrate 7.2

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

By default, next() will directly read the map row and add it to the data row. A source plugin implementation may do this itself (in particular, the SQL source can incorporate the map table into the query) - if so, it should set this TRUE so we don't duplicate the effort.

Type: bool

File

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

Class

MigrateSource
Abstract base class for source handling.

Code

protected $mapRowAdded = FALSE;