You are here

public function NodeContactDataDestinationHandler::migrateDestinationMap in CRM Core 7

Returns key schema for migration.

Overrides CRMCoreDataDestinationHandler::migrateDestinationMap

File

modules/crm_core_data_import/plugins/destination/NodeDestinationHandler.inc, line 41

Class

NodeContactDataDestinationHandler

Code

public function migrateDestinationMap() {
  return MigrateDestinationNode::getKeySchema();
}