You are here

public function FieldsInterface::get 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 FieldsInterface::get()
Fields::get in src/Fields.php
Fetches CiviCRM field data.

File

src/FieldsInterface.php, line 19

Class

FieldsInterface

Namespace

Drupal\webform_civicrm

Code

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