You are here

public function Provider::getHandler in Geocoder 7.2

Get the Geocoder handler.

Return value

\Geocoder\Provider\Provider

Overrides ProviderInterface::getHandler

File

src/Plugin/Geocoder/Provider.php, line 71
Contains \Drupal\geocoder\Plugin\Geocoder\Provider.

Class

Provider

Namespace

Drupal\geocoder\Plugin\Geocoder

Code

public function getHandler() {
  return $this->handler;
}