You are here

function ContactComponentInterface::wf_crm_search_filters in Webform CiviCRM Integration 8.5

Format filters for the contact get api

Parameters

\Drupal\webform\WebformInterface $node: Webform node object

array $component: Webform component of type 'civicrm_contact'

Return value

array Api params

1 method overrides ContactComponentInterface::wf_crm_search_filters()
ContactComponent::wf_crm_search_filters in src/ContactComponent.php
Format filters for the contact get api

File

src/ContactComponentInterface.php, line 18

Class

ContactComponentInterface

Namespace

Drupal\webform_civicrm

Code

function wf_crm_search_filters($node, array $component);