public function MigrateMap::getSourceKeyMap in Migrate 7.2
Get the source key map.
File
- includes/
map.inc, line 56 - 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
public function getSourceKeyMap() {
return $this->sourceKeyMap;
}