You are here

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

Class

\Drupal\ip2country\Commands\Ip2CountryCommands

Tags

  • drush.command

File

./drush.services.yml
drush.services.yml

View source
  1. class: \Drupal\ip2country\Commands\Ip2CountryCommands
  2. arguments:
  3. - '@state'
  4. - '@date.formatter'
  5. - '@config.factory'
  6. - '@country_manager'
  7. - '@ip2country.lookup'
  8. - '@ip2country.manager'
  9. tags:
  10. - { name: drush.command }