geolocation.services.yml in Geolocation Field 8
Same filename and directory in other branches
File
geolocation.services.ymlView source
- services:
- geolocation.core:
- class: Drupal\geolocation\GeolocationCore
- arguments: ["@module_handler", "@entity_type.manager", "@config.factory", "@plugin.manager.geolocation.geocoder"]
-
- geolocation.ajax_subscriber:
- class: Drupal\geolocation\EventSubscriber\AjaxResponseSubscriber
- tags:
- - { name: event_subscriber }
-
- plugin.manager.geolocation.geocoder:
- class: Drupal\geolocation\GeocoderManager
- parent: default_plugin_manager