You are here

function crm_core_match_matcher_manager in CRM Core 8.3

Same name and namespace in other branches
  1. 8 modules/crm_core_match/crm_core_match.module \crm_core_match_matcher_manager()
  2. 8.2 modules/crm_core_match/crm_core_match.module \crm_core_match_matcher_manager()

Returns an instance of the match manager.

File

modules/crm_core_match/crm_core_match.module, line 102
Manages matching engines for identifying duplicate contacts in CRM Core.

Code

function crm_core_match_matcher_manager() {
  return \Drupal::service('plugin.manager.crm_core_match.matchers');
}