You are here

public function GeoPlugin::init in Geocoder 7.2

@inheritdoc

Overrides GeocoderPlugin::init

File

src/Plugin/Geocoder/Provider/GeoPlugin.php, line 32
The GeoPlugin plugin.

Class

GeoPlugin
Class GeoPlugin.

Namespace

Drupal\geocoder\Plugin\Geocoder\Provider

Code

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