constant IP_GEOLOC_LOCATION_CHECK_INTERVAL in IP Geolocation Views & Maps 8
Same name and namespace in other branches
- 7 ip_geoloc.module \IP_GEOLOC_LOCATION_CHECK_INTERVAL
3 uses of IP_GEOLOC_LOCATION_CHECK_INTERVAL
- AdminConfigureForm::buildForm in src/
Form/ AdminConfigureForm.php - Form constructor.
- IpGeoLocGlobal::checkLocation in src/
Services/ IpGeoLocGlobal.php - Return whether a the visitor's location is due for an update.
- _ip_geoloc_check_location in ./
ip_geoloc.module - Return whether a the visitor's location is due for an update.
File
- ./
ip_geoloc.module, line 19 - 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_LOCATION_CHECK_INTERVAL', 60);