abstract public function MigrateMap::getSourceKey in Migrate 7.2
Same name and namespace in other branches
- 6.2 includes/map.inc \MigrateMap::getSourceKey()
1 method overrides MigrateMap::getSourceKey()
- MigrateSQLMap::getSourceKey in plugins/
sources/ sqlmap.inc - sourceKey and destinationKey arrays are keyed by the field names; values are the Drupal schema definition for the field.
File
- includes/
map.inc, line 41 - 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 abstract function getSourceKey();