protected property MigrateMap::$sourceKeyMap in Migrate 7.2
Same name and namespace in other branches
- 6.2 includes/map.inc \MigrateMap::sourceKeyMap
Mapping from field names to the map/message table key names (e.g., from input_field to sourceid1, or from nid to destid1)
Type: array
File
- includes/
map.inc, line 51 - 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 $sourceKeyMap, $destinationKeyMap;