You are here

public function GetLocationEvent::getLocation in Smart IP 8.4

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

Get Smart IP's data location.

Return value

\Drupal\smart_ip\SmartIpLocationInterface Smart IP's data location.

File

src/GetLocationEvent.php, line 49
Contains \Drupal\smart_ip\GetLocationEvent.

Class

GetLocationEvent
Provides Smart IP query location override event for event listeners.

Namespace

Drupal\smart_ip

Code

public function getLocation() {
  return $this->location;
}