You are here

constant GETLOCATIONS_MAP_PATH in Get Locations 7

Same name and namespace in other branches
  1. 7.2 modules/getlocations_map/getlocations_map.module \GETLOCATIONS_MAP_PATH

@file getlocations_map.module @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Provides Field module integration for a Getlocations map

2 uses of GETLOCATIONS_MAP_PATH
getlocations_map_field_formatter_settings_form in modules/getlocations_map/getlocations_map.module
Implements hook_field_formatter_settings_form(). Returns form elements for a formatter's settings.
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 14
getlocations_map.module @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

define('GETLOCATIONS_MAP_PATH', drupal_get_path('module', 'getlocations_map'));