You are here

public static function UtilsInterface::wf_crm_field_options in Webform CiviCRM Integration 8.5

Get options for a specific field

Parameters

array $field: Webform component array

string $context: Where is this being called from?

array $data: Array of crm entity data

Return value

array

1 method overrides UtilsInterface::wf_crm_field_options()
Utils::wf_crm_field_options in src/Utils.php
Get options for a specific field

File

src/UtilsInterface.php, line 31

Class

UtilsInterface

Namespace

Drupal\webform_civicrm

Code

public static function wf_crm_field_options($field, $context, $data);