You are here

function UtilsInterface::wf_crm_get_matching_rules in Webform CiviCRM Integration 8.5

List dedupe rules available for a contact type

Parameters

string $contact_type:

Return value

array

1 method overrides UtilsInterface::wf_crm_get_matching_rules()
Utils::wf_crm_get_matching_rules in src/Utils.php
List dedupe rules available for a contact type

File

src/UtilsInterface.php, line 155

Class

UtilsInterface

Namespace

Drupal\webform_civicrm

Code

function wf_crm_get_matching_rules($contact_type);