You are here

constant GETDIRECTIONS_PATH in Get Directions 7.3

Same name and namespace in other branches
  1. 6.2 getdirections.module \GETDIRECTIONS_PATH
  2. 7.2 getdirections.module \GETDIRECTIONS_PATH

@file Fetches google map directions.

5 uses of GETDIRECTIONS_PATH
getdirections_init in ./getdirections.module
Implements hook_init().
getdirections_paths_get in ./getdirections.module
Get the javascript paths
getdirections_settings_form in ./getdirections.admin.inc
Function to display the getdirections admin settings form
getdirections_setup_map in ./getdirections.module
Function to setup the map scripts
template_preprocess_getdirections_box in ./getdirections.module
For use with colorbox.

File

./getdirections.module, line 8
Fetches google map directions.

Code

define('GETDIRECTIONS_PATH', drupal_get_path('module', 'getdirections'));