You are here

public function GeolocationCore::getGeocoderManager in Geolocation Field 8

Return current geocoder manager.

Return value

\Drupal\geolocation\GeocoderManager Geocoder manager.

File

src/GeolocationCore.php, line 88

Class

GeolocationCore
Class GeolocationCore.

Namespace

Drupal\geolocation

Code

public function getGeocoderManager() {
  return $this->geocoderManager;
}