public function GetLocationEvent::getLocation in Smart IP 8.2
Same name and namespace in other branches
- 8.4 src/GetLocationEvent.php \Drupal\smart_ip\GetLocationEvent::getLocation()
- 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_ipCode
public function getLocation() {
return $this->location;
}