You are here

public function MatcherConfigInterface::match in CRM Core 8.3

Same name and namespace in other branches
  1. 8 modules/crm_core_match/src/Matcher/MatcherConfigInterface.php \Drupal\crm_core_match\Matcher\MatcherConfigInterface::match()
  2. 8.2 modules/crm_core_match/src/Matcher/MatcherConfigInterface.php \Drupal\crm_core_match\Matcher\MatcherConfigInterface::match()

Finds matches for given contact.

Parameters

\Drupal\crm_core_contact\ContactInterface $contact: A contact entity used to pass data for identifying a match.

Return value

int[] An array of entity ids for potential matches.

1 method overrides MatcherConfigInterface::match()
Matcher::match in modules/crm_core_match/src/Entity/Matcher.php
Finds matches for given contact.

File

modules/crm_core_match/src/Matcher/MatcherConfigInterface.php, line 46

Class

MatcherConfigInterface
Interface MatcherConfigInterface.

Namespace

Drupal\crm_core_match\Matcher

Code

public function match(ContactInterface $contact);