You are here

public function SmartIpDataSourceInterface::processQuery in Smart IP 8.4

Same name and namespace in other branches
  1. 8.2 src/SmartIpDataSourceInterface.php \Drupal\smart_ip\SmartIpDataSourceInterface::processQuery()
  2. 8.3 src/SmartIpDataSourceInterface.php \Drupal\smart_ip\SmartIpDataSourceInterface::processQuery()

Act on \Drupal\smart_ip\SmartIp::query() when executed and if selected as Smart IP data source, query the IP address against its database.

Parameters

\Drupal\smart_ip\GetLocationEvent $event: Smart IP query location override event for event listeners.

6 methods override SmartIpDataSourceInterface::processQuery()
SmartIpEventSubscriber::processQuery in modules/device_geolocation/src/EventSubscriber/SmartIpEventSubscriber.php
Act on \Drupal\smart_ip\SmartIp::query() when executed and if selected as Smart IP data source, query the IP address against its database.
SmartIpEventSubscriber::processQuery in modules/smart_ip_maxmind_geoip2_bin_db/src/EventSubscriber/SmartIpEventSubscriber.php
Act on \Drupal\smart_ip\SmartIp::query() when executed and if selected as Smart IP data source, query the IP address against its database.
SmartIpEventSubscriber::processQuery in modules/smart_ip_ipinfodb_web_service/src/EventSubscriber/SmartIpEventSubscriber.php
Act on \Drupal\smart_ip\SmartIp::query() when executed and if selected as Smart IP data source, query the IP address against its database.
SmartIpEventSubscriber::processQuery in modules/smart_ip_ip2location_bin_db/src/EventSubscriber/SmartIpEventSubscriber.php
Act on \Drupal\smart_ip\SmartIp::query() when executed and if selected as Smart IP data source, query the IP address against its database.
SmartIpEventSubscriber::processQuery in modules/smart_ip_abstract_web_service/src/EventSubscriber/SmartIpEventSubscriber.php
Act on \Drupal\smart_ip\SmartIp::query() when executed and if selected as Smart IP data source, query the IP address against its database.

... See full list

File

src/SmartIpDataSourceInterface.php, line 40
Contains \Drupal\smart_ip\SmartIpDataSourceInterface.

Class

SmartIpDataSourceInterface
Provides an interface for Smart IP's data source modules.

Namespace

Drupal\smart_ip

Code

public function processQuery(GetLocationEvent $event);