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\geolocationCode
public function getGeocoderManager() {
return $this->geocoderManager;
}