You are here

public function MigrateSQLMap::getDestinationKey in Migrate 6.2

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

Overrides MigrateMap::getDestinationKey

File

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

Class

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

Code

public function getDestinationKey() {
  return $this->destinationKey;
}