You are here

public function CiviCrmApiInterface::getOptions in CiviCRM Entity 8.3

Get options for the CiviCRM entity field.

Parameters

string $entity: The entity name.

string $field_name: The field name.

Return value

array The array of options.

1 method overrides CiviCrmApiInterface::getOptions()
CiviCrmApi::getOptions in src/CiviCrmApi.php
Get options for the CiviCRM entity field.

File

src/CiviCrmApiInterface.php, line 73

Class

CiviCrmApiInterface
The Drupal to CiviCRM API bridge.

Namespace

Drupal\civicrm_entity

Code

public function getOptions($entity, $field_name);