function getlocations_map_map_formatter_defaults in Get Locations 7
Same name and namespace in other branches
- 7.2 modules/getlocations_map/getlocations_map.module \getlocations_map_map_formatter_defaults()
3 calls to getlocations_map_map_formatter_defaults()
- getlocations_map_field_formatter_info in modules/
getlocations_map/ getlocations_map.module - Implements hook_field_formatter_info().
- getlocations_map_field_formatter_settings_summary in modules/
getlocations_map/ getlocations_map.module - Implements hook_field_formatter_settings_summary(). Returns a short summary for the current formatter settings of an instance.
- getlocations_map_field_formatter_view in modules/
getlocations_map/ getlocations_map.module - Implements hook_field_formatter_view(). Build a renderable array for a field value.
File
- modules/
getlocations_map/ getlocations_map.module, line 877 - getlocations_map.module @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
Code
function getlocations_map_map_formatter_defaults() {
return getlocations_map_defaults();
}