You are here

smart_ip.services.yml in Smart IP 8.4

Same filename and directory in other branches
  1. 8.2 smart_ip.services.yml
  2. 8.3 smart_ip.services.yml

File

smart_ip.services.yml
View source
  1. services:
  2. smart_ip.geolocate_user_subscriber:
  3. class: Drupal\smart_ip\EventSubscriber\GeolocateUserSubscriber
  4. tags:
  5. - { name: event_subscriber }
  6. smart_ip.smart_ip_location:
  7. class: Drupal\smart_ip\SmartIpLocation
  8. smart_ip.get_location_event:
  9. class: Drupal\smart_ip\GetLocationEvent
  10. arguments: ['@smart_ip.smart_ip_location']
  11. smart_ip.admin_settings_event:
  12. class: Drupal\smart_ip\AdminSettingsEvent
  13. smart_ip.database_file_event:
  14. class: Drupal\smart_ip\DatabaseFileEvent