geolocation-8.x-3.x-dev/geolocation.services.yml
geolocation.services.yml
services:
geolocation.ajax_subscriber:
class: Drupal\geolocation\EventSubscriber\AjaxResponseSubscriber
tags:
- { name: event_subscriber }
plugin.manager.geolocation.geocoder:
class: Drupal\geolocation\GeocoderManager
parent: default_plugin_manager
plugin.manager.geolocation.dataprovider:
class: Drupal\geolocation\DataProviderManager
parent: default_plugin_manager
plugin.manager.geolocation.datalayerprovider:
class: Drupal\geolocation\DataLayerProviderManager
parent: default_plugin_manager
plugin.manager.geolocation.tilelayerprovider:
class: Drupal\geolocation\TileLayerProviderManager
parent: default_plugin_manager
plugin.manager.geolocation.layerfeature:
class: Drupal\geolocation\LayerFeatureManager
parent: default_plugin_manager
plugin.manager.geolocation.mapprovider:
class: Drupal\geolocation\MapProviderManager
parent: default_plugin_manager
plugin.manager.geolocation.mapcenter:
class: Drupal\geolocation\MapCenterManager
parent: default_plugin_manager
plugin.manager.geolocation.location:
class: Drupal\geolocation\LocationManager
parent: default_plugin_manager
plugin.manager.geolocation.mapfeature:
class: Drupal\geolocation\MapFeatureManager
parent: default_plugin_manager
plugin.manager.geolocation.locationinput:
class: Drupal\geolocation\LocationInputManager
parent: default_plugin_manager
plugin.manager.geolocation.geocoder_country_formatting:
class: Drupal\geolocation\GeocoderCountryFormattingManager
parent: default_plugin_manager
