You are here

public static function WebServiceUtilityInterface::getUrl in Smart IP 8.2

Same name and namespace in other branches
  1. 8.4 src/WebServiceUtilityInterface.php \Drupal\smart_ip\WebServiceUtilityInterface::getUrl()
  2. 8.3 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

1 method overrides 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.

File

src/WebServiceUtilityInterface.php, line 23
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);