You are here

public function FieldOptionsInterface::get 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 FieldOptionsInterface::get()
FieldOptions::get in src/FieldOptions.php
Get options for a specific field

File

src/FieldOptionsInterface.php, line 19

Class

FieldOptionsInterface

Namespace

Drupal\webform_civicrm

Code

public function get($field, $context, $data);