You are here

geolocation.services.yml in Geolocation Field 8.2

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

File

geolocation.services.yml
View source
  1. services:
  2. geolocation.ajax_subscriber:
  3. class: Drupal\geolocation\EventSubscriber\AjaxResponseSubscriber
  4. tags:
  5. - { name: event_subscriber }
  6. plugin.manager.geolocation.geocoder:
  7. class: Drupal\geolocation\GeocoderManager
  8. parent: default_plugin_manager
  9. plugin.manager.geolocation.dataprovider:
  10. class: Drupal\geolocation\DataProviderManager
  11. parent: default_plugin_manager
  12. plugin.manager.geolocation.mapprovider:
  13. class: Drupal\geolocation\MapProviderManager
  14. parent: default_plugin_manager
  15. plugin.manager.geolocation.mapcenter:
  16. class: Drupal\geolocation\MapCenterManager
  17. parent: default_plugin_manager
  18. plugin.manager.geolocation.location:
  19. class: Drupal\geolocation\LocationManager
  20. parent: default_plugin_manager
  21. plugin.manager.geolocation.mapfeature:
  22. class: Drupal\geolocation\MapFeatureManager
  23. parent: default_plugin_manager
  24. plugin.manager.geolocation.locationinput:
  25. class: Drupal\geolocation\LocationInputManager
  26. parent: default_plugin_manager
  27. plugin.manager.geolocation.geocoder_country_formatting:
  28. class: Drupal\geolocation\GeocoderCountryFormattingManager
  29. parent: default_plugin_manager