You are here

function _civicrm_entity_rules_attach_options in CiviCRM Entity 7.2

Same name and namespace in other branches
  1. 7 civicrm_entity.rules.inc \_civicrm_entity_rules_attach_options()

Return options list.

Parameters

$fieldname:

$info:

$arg3:

2 string references to '_civicrm_entity_rules_attach_options'
civicrm_entity_rules_data_info in ./civicrm_entity.rules.inc
Implements of hook_rules_data_type_info().
_civicrm_entity_getproperties in ./civicrm_entity.module
Calculate fields for entities

File

./civicrm_entity.rules.inc, line 648
Implement Drupal Rules integration for CiviCRM

Code

function _civicrm_entity_rules_attach_options($fieldname, $info, $arg3) {
  return $info['property defaults']['options list'];
}