You are here

public function GeocoderController::__construct in Geolocation Field 8.3

Same name and namespace in other branches
  1. 8.2 modules/geolocation_address/src/Controller/GeocoderController.php \Drupal\geolocation_address\Controller\GeocoderController::__construct()

Constructs a BlockContent object.

Parameters

\Drupal\geolocation\GeocoderManager $geocoder_manager: Geocoder manager.

File

modules/geolocation_address/src/Controller/GeocoderController.php, line 40

Class

GeocoderController
Class AddressWidgetController.

Namespace

Drupal\geolocation_address\Controller

Code

public function __construct(GeocoderManager $geocoder_manager) {
  $this->geocoderManager = $geocoder_manager;
}