public function SmartIpLocationInterface::getData in Smart IP 8.2
Same name and namespace in other branches
- 8.4 src/SmartIpLocationInterface.php \Drupal\smart_ip\SmartIpLocationInterface::getData()
- 8.3 src/SmartIpLocationInterface.php \Drupal\smart_ip\SmartIpLocationInterface::getData()
Gets all the Smart IP location data.
Return value
array An array of Smart IP location data.
1 method overrides SmartIpLocationInterface::getData()
- SmartIpLocation::getData in src/
SmartIpLocation.php - Gets all the Smart IP location data.
File
- src/
SmartIpLocationInterface.php, line 55 - Contains \Drupal\smart_ip\SmartIpLocationInterface.
Class
- SmartIpLocationInterface
- Provides an interface for Smart IP's data location.
Namespace
Drupal\smart_ipCode
public function getData();