You are here

constant LOCATION_PATH in Location 5

Same name in this branch
  1. 5 location.module \LOCATION_PATH
  2. 5 location.inc \LOCATION_PATH
Same name and namespace in other branches
  1. 5.3 location.module \LOCATION_PATH
  2. 6.3 location.module \LOCATION_PATH
  3. 7.5 location.module \LOCATION_PATH
  4. 7.3 location.module \LOCATION_PATH
  5. 7.4 location.module \LOCATION_PATH
5 uses of LOCATION_PATH
location_geocoding_options_form in ./location.module
location_get_general_geocoder_list in ./location.inc
_location_include_configured in ./location.inc
This function simply loads the include file for each country whose locationes are configured to be recognized by the location system.
_location_province_select_options in ./location.inc
The array that is returned is a complete list of state/provinces that belong to the countries enabled by the site's location system.
_location_supported_countries in ./location.inc
Returns an associative array of countries currently supported by the location system where -> the keys represent the two-letter ISO code and -> the values represent the English name of the country. The array is sorted the index (i.e., by the…

File

./location.inc, line 3

Code

define('LOCATION_PATH', drupal_get_path('module', 'location'));