You are here

protected property MigrateSource::$activeMigration in Migrate 7.2

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

The Migration class currently invoking us, during rewind() and next().

Type: Migration

File

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

Class

MigrateSource
Abstract base class for source handling.

Code

protected $activeMigration;