You are here

function civicrm_entity_reference_field_field_widget_info_alter in CiviCRM Entity 7.2

Implements hook_field_widget_info_alter().

Parameters

$info:

File

modules/civicrm_entity_reference_field/civicrm_entity_reference_field.module, line 290
Provide CiviCRM entity reference field type

Code

function civicrm_entity_reference_field_field_widget_info_alter(&$info) {
  $info['inline_entity_form']['field types'][] = 'civicrm_entity_reference';
  $info['inline_entity_form_single']['field types'][] = 'civicrm_entity_reference';
}