You are here

service geoip.geolocation in GeoIP API 8.2

Class

Drupal\geoip\GeoLocation
4 string references to geoip.geolocation
GeoLocation::__construct in src/GeoLocation.php
Constructs a new GeoLocation object.
GeolocationSettings::buildForm in src/Form/GeolocationSettings.php
Form constructor.
GeolocationSettings::getEditableConfigNames in src/Form/GeolocationSettings.php
Gets the configuration names that will be editable.
GeoLocatorBase::__construct in src/Plugin/GeoLocator/GeoLocatorBase.php
Constructs a PluginBase object.

File

./geoip.services.yml
geoip.services.yml

View source
  1. class: Drupal\geoip\GeoLocation
  2. arguments:
  3. - '@plugin.manager.geolocator'
  4. - '@config.factory'
  5. - '@cache.discovery'