constant IP_GEOLOC_THROBBER_DEFAULT_TEXT in IP Geolocation Views & Maps 8
Same name and namespace in other branches
- 7 ip_geoloc.module \IP_GEOLOC_THROBBER_DEFAULT_TEXT
4 uses of IP_GEOLOC_THROBBER_DEFAULT_TEXT
- AdminConfigureForm::buildForm in src/
Form/ AdminConfigureForm.php - Form constructor.
- GeoCodeAddressBlock::blockForm in src/
Plugin/ Block/ GeoCodeAddressBlock.php - IpGeoLocAPI::getCurrentLocation in src/
Services/ IpGeoLocAPI.php - Uses AJAX to return in $_POST info about the visitor's current location.
- ip_geoloc_get_current_location in ./
ip_geoloc_api.inc - Uses AJAX to return in $_POST info about the visitor's current location.
File
- ./
ip_geoloc.module, line 38 - IPGV&M is a mapping engine for Views that contain locations of entities and/or visitors. Google Maps, Leaflet and OpenLayers2 maps are all supported and available through this module. Using a number of optional sources IPGV&M also retrieves…
Code
define('IP_GEOLOC_THROBBER_DEFAULT_TEXT', t('Locating you') . '...');