You are here

public function GetLocationEvent::getLocation in Smart IP 8.2

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

Return value

\Drupal\smart_ip\SmartIpLocationInterface

File

src/GetLocationEvent.php, line 44
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;
}