You are here

constant SmartIpEvents::DATA_ACQUIRED in Smart IP 8.4

Same name and namespace in other branches
  1. 8.2 src/SmartIpEvents.php \Drupal\smart_ip\SmartIpEvents::DATA_ACQUIRED
  2. 8.3 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_ip

Code

const DATA_ACQUIRED = 'smart_ip.data_acquired';