You are here

function UtilsInterface::wf_crm_apivalues in Webform CiviCRM Integration 8.5

Get the values from an api call

Parameters

string $entity: API entity

string $operation: API operation

array $params: API params

string $value: Reduce each result to this single value

Return value

array Values from API call

1 method overrides UtilsInterface::wf_crm_apivalues()
Utils::wf_crm_apivalues in src/Utils.php
Get the values from an api call

File

src/UtilsInterface.php, line 263

Class

UtilsInterface

Namespace

Drupal\webform_civicrm

Code

function wf_crm_apivalues($entity, $operation, $params = [], $value = NULL);