You are here

interface FieldOptionsInterface in Webform CiviCRM Integration 8.5

Hierarchy

Expanded class hierarchy of FieldOptionsInterface

All classes that implement FieldOptionsInterface

File

src/FieldOptionsInterface.php, line 5

Namespace

Drupal\webform_civicrm
View source
interface FieldOptionsInterface {

  /**
   * Get options for a specific field
   *
   * @param array $field
   *   Webform component array
   * @param string $context
   *   Where is this being called from?
   * @param array $data
   *   Array of crm entity data
   *
   * @return array
   */
  public function get($field, $context, $data);

}

Members

Namesort descending Modifiers Type Description Overrides
FieldOptionsInterface::get public function Get options for a specific field 1