You are here

function ContactComponentInterface::wf_crm_contact_search in Webform CiviCRM Integration 8.5

Returns a list of contacts based on component settings.

Parameters

\Drupal\webform\WebformInterface $node: Node object

array $component: Webform component

array $params: Contact get params (filters)

array $contacts: Existing contact data

string $str: Search string (used during autocomplete)

Return value

array

1 method overrides ContactComponentInterface::wf_crm_contact_search()
ContactComponent::wf_crm_contact_search in src/ContactComponent.php
Returns a list of contacts based on component settings.

File

src/ContactComponentInterface.php, line 64

Class

ContactComponentInterface

Namespace

Drupal\webform_civicrm

Code

function wf_crm_contact_search($node, $component, $params, $contacts, $str = NULL);