You are here

public function Provider::getAdapter in Geocoder 7.2

Returns the HTTP adapter.

Return value

HttpAdapterInterface

Overrides ProviderInterface::getAdapter

14 calls to Provider::getAdapter()
ArcGISOnline::init in src/Plugin/Geocoder/Provider/ArcGISOnline.php
@inheritdoc
BingMaps::init in src/Plugin/Geocoder/Provider/BingMaps.php
@inheritdoc
FreeGeoIp::init in src/Plugin/Geocoder/Provider/FreeGeoIp.php
@inheritdoc
Geonames::init in src/Plugin/Geocoder/Provider/Geonames.php
@inheritdoc
GoogleMaps::init in src/Plugin/Geocoder/Provider/GoogleMaps.php
@inheritdoc

... See full list

File

src/Plugin/Geocoder/Provider.php, line 80
Contains \Drupal\geocoder\Plugin\Geocoder\Provider.

Class

Provider

Namespace

Drupal\geocoder\Plugin\Geocoder

Code

public function getAdapter() {
  return $this->adapter;
}