You are here

function getlocations_fields_entity_field_info_alter in Get Locations 7

Same name and namespace in other branches
  1. 7.2 modules/getlocations_fields_entity/getlocations_fields_entity.module \getlocations_fields_entity_field_info_alter()

Implements hook_field_info_alter().

File

modules/getlocations_fields_entity/getlocations_fields_entity.module, line 18
getlocations_fields_entity.module @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

function getlocations_fields_entity_field_info_alter(&$field_info) {
  $field_info['getlocations_fields']['property_type'] = 'getlocations_fields';
  $field_info['getlocations_fields']['property_callbacks'][] = 'getlocations_fields_entity_getlocations_fields_property_callback';
}