You are here

function civicrm_entity_profile_field_widget_info_alter in CiviCRM Entity 7.2

Implements hook_field_widget_info_alter().

Parameters

$info:

File

modules/civicrm_entity_profile/civicrm_entity_profile.module, line 407

Code

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