You are here

protected property MigrateMap::$sourceKey in Migrate 7.2

Same name and namespace in other branches
  1. 6.2 includes/map.inc \MigrateMap::sourceKey

Arrays of key fields for the source and destination. Array keys are the field names - array values are specific to the concrete map class.

Type: array

File

includes/map.inc, line 39
Defines the framework for map and message handling.

Class

MigrateMap
We implement the Iterator interface to support iteration over the map table for the purpose of rollback.

Code

protected $sourceKey, $destinationKey;