You are here

public static function WebServiceUtilityInterface::getUrl in Smart IP 8.3

Same name and namespace in other branches
  1. 8.4 src/WebServiceUtilityInterface.php \Drupal\smart_ip\WebServiceUtilityInterface::getUrl()
  2. 8.2 src/WebServiceUtilityInterface.php \Drupal\smart_ip\WebServiceUtilityInterface::getUrl()

Get Smart IP's data source module's web service URL.

Parameters

string $ipAddress: IP address to query for geolocation.

Return value

string Smart IP's data source module's web service URL.

3 methods override WebServiceUtilityInterface::getUrl()
WebServiceUtility::getUrl in modules/smart_ip_ipinfodb_web_service/src/WebServiceUtility.php
Get Smart IP's data source module's web service URL.
WebServiceUtility::getUrl in modules/smart_ip_abstract_web_service/src/WebServiceUtility.php
Get Smart IP's data source module's web service URL.
WebServiceUtility::getUrl in modules/smart_ip_maxmind_geoip2_web_service/src/WebServiceUtility.php
Get Smart IP's data source module's web service URL.

File

src/WebServiceUtilityInterface.php, line 25
Contains \Drupal\smart_ip\WebServiceUtilityInterface.

Class

WebServiceUtilityInterface
Provides an interface for Smart IP's data source modules for its web service.

Namespace

Drupal\smart_ip

Code

public static function getUrl($ipAddress);