You are here

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\Provider

Code

public function init() {
  $this
    ->setHandler(new \Geocoder\Provider\FreeGeoIp($this
    ->getAdapter()));
  return parent::init();
}