public function IpGeoLocController::__construct in IP Geolocation Views & Maps 8
Constructs a \Drupal\ip_geoloc\Form\GeoCodeAddressForm object.
File
- src/
Controller/ IpGeoLocController.php, line 23
Class
- IpGeoLocController
- Pending doc.
Namespace
Drupal\ip_geoloc\ControllerCode
public function __construct(IpGeoLocSession $ipGeolocSession) {
$this->ipGeolocSession = $ipGeolocSession;
}