You are here

geoip.services.yml in GeoIP API 8.2

File

geoip.services.yml
View source
  1. services:
  2. geoip.geolocation:
  3. class: Drupal\geoip\GeoLocation
  4. arguments: ['@plugin.manager.geolocator', '@config.factory', '@cache.discovery']
  5. plugin.manager.geolocator:
  6. class: Drupal\geoip\GeoLocatorManager
  7. arguments: ['@container.namespaces', '@module_handler', '@cache.discovery']