You are here

function hook_crm_core_data_import_prepare_entity_alter in CRM Core 7

Prepare entity before saving.

Parameters

object $entity: Entity object.

StdClass $row: Row data.

string $machine_name: Migration machine name.

1 invocation of hook_crm_core_data_import_prepare_entity_alter()
MigrationDataImport::prepare in modules/crm_core_data_import/includes/controllers/MigrationDataImport.inc
Prepare entity before saving.

File

modules/crm_core_data_import/crm_core_data_import.api.php, line 45
Hooks provided by the CRM Core Data Import module.

Code

function hook_crm_core_data_import_prepare_entity_alter(&$entity, &$row, $machine_name) {
}