public function FreeGeoIp::init in Geocoder 7.2
@inheritdoc
Overrides GeocoderPlugin::init
File
- src/
Plugin/ Geocoder/ Provider/ FreeGeoIp.php, line 32 - The FreeGeoIp plugin.
Class
- FreeGeoIp
- Class FreeGeoIp.
Namespace
Drupal\geocoder\Plugin\Geocoder\ProviderCode
public function init() {
$this
->setHandler(new \Geocoder\Provider\FreeGeoIp($this
->getAdapter()));
return parent::init();
}