constant LOCATION_PATH in Location 5
Same name in this branch
- 5 location.module \LOCATION_PATH
- 5 location.inc \LOCATION_PATH
Same name and namespace in other branches
- 5.3 location.module \LOCATION_PATH
- 6.3 location.module \LOCATION_PATH
- 7.5 location.module \LOCATION_PATH
- 7.3 location.module \LOCATION_PATH
- 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.module, line 3
Code
define('LOCATION_PATH', drupal_get_path('module', 'location'));