You are here

public function CiviCrmApiInterface::getValue in CiviCRM Entity 8.3

Get values from the CiviCRM entity.

Parameters

string $entity: The entity name.

array $params: Optional additional parameters.

Return value

array The array of values.

1 method overrides CiviCrmApiInterface::getValue()
CiviCrmApi::getValue in src/CiviCrmApi.php
Get values from the CiviCRM entity.

File

src/CiviCrmApiInterface.php, line 112

Class

CiviCrmApiInterface
The Drupal to CiviCRM API bridge.

Namespace

Drupal\civicrm_entity

Code

public function getValue($entity, array $params = []);