You are here

function UtilsInterface::wf_crm_get_field in Webform CiviCRM Integration 8.5

Get a field based on its short or full name

Parameters

string $key:

Return value

array|null

1 method overrides UtilsInterface::wf_crm_get_field()
Utils::wf_crm_get_field in src/Utils.php
Get a field based on its short or full name

File

src/UtilsInterface.php, line 176

Class

UtilsInterface

Namespace

Drupal\webform_civicrm

Code

function wf_crm_get_field($key);