You are here

function hook_crm_core_data_import_source_row_alter in CRM Core 7

Alter source rows before import.

Parameters

StdClass $row: Row data.

string $machine_name: Migration machine name.

1 invocation of hook_crm_core_data_import_source_row_alter()
MigrationDataImport::prepareRow in modules/crm_core_data_import/includes/controllers/MigrationDataImport.inc
This method is called from the source plugin upon first pulling the raw data from the source.

File

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

Code

function hook_crm_core_data_import_source_row_alter(&$row, $machine_name) {
}