constant SmartIpEvents::DATA_ACQUIRED in Smart IP 8.3
Same name and namespace in other branches
- 8.4 src/SmartIpEvents.php \Drupal\smart_ip\SmartIpEvents::DATA_ACQUIRED
- 8.2 src/SmartIpEvents.php \Drupal\smart_ip\SmartIpEvents::DATA_ACQUIRED
The DATA_ACQUIRED event occurs when querying for geolocation is finished and data is already acquired.
This event allows you to alter the queried geolocation data.
File
- src/
SmartIpEvents.php, line 50 - Contains \Drupal\smart_ip\SmartIpEvents.
Class
- SmartIpEvents
- Contains all events thrown in the Smart IP query and admin settings.
Namespace
Drupal\smart_ipCode
const DATA_ACQUIRED = 'smart_ip.data_acquired';