You are here

public function GetLocationEvent::getDataSource in Smart IP 8.4

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

Get Smart IP's data source.

Return value

string Smart IP's data source.

File

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

Class

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

Namespace

Drupal\smart_ip

Code

public function getDataSource() {
  return $this->dataSource;
}