You are here

public function ProviderInterface::setHandler in Geocoder 7.2

Set the Geocoder handler to use.

Parameters

\Geocoder\Provider\Provider $handler: The handler

Return value

ProviderInterface

1 method overrides ProviderInterface::setHandler()
Provider::setHandler in src/Plugin/Geocoder/Provider.php
The Geocoder Provider.

File

src/Plugin/Geocoder/ProviderInterface.php, line 45
Contains \Drupal\geocoder\Plugin\Geocoder\ProviderInterface.

Class

ProviderInterface

Namespace

Drupal\geocoder\Plugin\Geocoder

Code

public function setHandler(\Geocoder\Provider\Provider $handler);