You are here

service ip2country.manager in IP-based Determination of a Visitor's Country 8

Class

Drupal\ip2country\Ip2CountryManager
1 string reference to ip2country.manager
Ip2CountryController::create in src/Controller/Ip2CountryController.php
Instantiates a new instance of this class.

File

./ip2country.services.yml
ip2country.services.yml

View source
  1. class: Drupal\ip2country\Ip2CountryManager
  2. arguments:
  3. - '@database'
  4. - '@logger.factory'
  5. - '@state'
  6. - '@datetime.time'