You are here

public function CRMCoreDataImport::migrateSource in CRM Core 7

Returns MigrationSource instance.

File

modules/crm_core_data_import/includes/controllers/CRMCoreDataImport.inc, line 160
Handler for data imports in CRM Core

Class

CRMCoreDataImport
@file Handler for data imports in CRM Core

Code

public function migrateSource($entity_type = FALSE, $entity_bundle = FALSE) {
  return $this->source_plugin
    ->migrateSource($this->source_settings, $entity_type, $entity_bundle, $this
    ->getMappingSettings());
}