You are here

public function MigrateSQLMap::getSourceKey in Migrate 7.2

Same name and namespace in other branches
  1. 6.2 plugins/sources/sqlmap.inc \MigrateSQLMap::getSourceKey()

sourceKey and destinationKey arrays are keyed by the field names; values are the Drupal schema definition for the field.

Overrides MigrateMap::getSourceKey

File

plugins/sources/sqlmap.inc, line 58
Defines a Drupal db-based implementation of MigrateMap.

Class

MigrateSQLMap
@file Defines a Drupal db-based implementation of MigrateMap.

Code

public function getSourceKey() {
  return $this->sourceKey;
}