You are here

function UtilsInterface::wf_crm_required_contact_fields in Webform CiviCRM Integration 8.5

At least one of these fields is required to create a contact

Parameters

string $contact_type:

Return value

array of fields

1 method overrides UtilsInterface::wf_crm_required_contact_fields()
Utils::wf_crm_required_contact_fields in src/Utils.php
At least one of these fields is required to create a contact

File

src/UtilsInterface.php, line 285

Class

UtilsInterface

Namespace

Drupal\webform_civicrm

Code

function wf_crm_required_contact_fields($contact_type);