You are here

function crm_core_default_matching_engine_crm_core_match_engine_register in CRM Core 7

Implements hook_crm_core_match_engine_register().

File

modules/crm_core_default_matching_engine/crm_core_default_matching_engine.module, line 55
The default matching engine for CRM Core. Identifies duplicate contacts in the system using criteria defined by users through the configuration tools.

Code

function crm_core_default_matching_engine_crm_core_match_engine_register() {
  return new DefaultMatchingEngine();
}