You are here

function getdirections_fields_field_info_alter in Get Directions 7.3

Implements hook_field_info_alter().

File

modules/getdirections_fields/getdirections_fields.module, line 785
Provides Field module integration for Getdirections

Code

function getdirections_fields_field_info_alter(&$field_info) {
  $field_info['getdirections_fields']['property_type'] = 'getdirections_fields';
  $field_info['getdirections_fields']['property_callbacks'][] = 'getdirections_fields_property_callback';
}