You are here

protected property MigrateSource::$currentKey in Migrate 7.2

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

The primary key of the current row

Type: array

File

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

Class

MigrateSource
Abstract base class for source handling.

Code

protected $currentKey;