You are here

public function UtilsInterface::wf_crm_get_fields in Webform CiviCRM Integration 8.5

Fetches CiviCRM field data.

fields: The CiviCRM contact fields this module supports tokens: Available tokens keyed to field ids sets: Info on fieldsets (entities)

Parameters

string $var: Name of variable to return: fields, tokens, or sets

Return value

array

array fields: The CiviCRM contact fields this module supports tokens: Available tokens keyed to field ids sets: Info on fieldsets (entities)

1 method overrides UtilsInterface::wf_crm_get_fields()
Utils::wf_crm_get_fields in src/Utils.php
Fetches CiviCRM field data.

File

src/UtilsInterface.php, line 45

Class

UtilsInterface

Namespace

Drupal\webform_civicrm

Code

public function wf_crm_get_fields($var = 'fields');