You are here

constant SmartIpEvents::QUERY_IP in Smart IP 8.4

Same name and namespace in other branches
  1. 8.2 src/SmartIpEvents.php \Drupal\smart_ip\SmartIpEvents::QUERY_IP
  2. 8.3 src/SmartIpEvents.php \Drupal\smart_ip\SmartIpEvents::QUERY_IP

The QUERY_IP event fired when querying for geolocation based on IP.

This event allows you to perform custom actions whenever a query is about to perform. The Smart IP source info is available as argument.

File

src/SmartIpEvents.php, line 26
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 QUERY_IP = 'smart_ip.query_ip_location';