public function GeoLocation::getGeoLocatorId in GeoIP API 8.2
Gets the identifier of the default geolocator plugin.
Return value
string Identifier of the default geolocator plugin.
File
- src/
GeoLocation.php, line 60
Class
- GeoLocation
- Service to interact with the default geolocator plugin for geolocation.
Namespace
Drupal\geoipCode
public function getGeoLocatorId() {
return $this->config
->get('plugin_id');
}