You are here

geolocation.services.yml in Geolocation Field 8

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

File

geolocation.services.yml
View source
  1. services:
  2. geolocation.core:
  3. class: Drupal\geolocation\GeolocationCore
  4. arguments: ["@module_handler", "@entity_type.manager", "@config.factory", "@plugin.manager.geolocation.geocoder"]
  5. geolocation.ajax_subscriber:
  6. class: Drupal\geolocation\EventSubscriber\AjaxResponseSubscriber
  7. tags:
  8. - { name: event_subscriber }
  9. plugin.manager.geolocation.geocoder:
  10. class: Drupal\geolocation\GeocoderManager
  11. parent: default_plugin_manager