You are here

public function SetLocationForm::__construct in IP Geolocation Views & Maps 8

File

src/Form/SetLocationForm.php, line 32

Class

SetLocationForm
Peding doc.

Namespace

Drupal\ip_geoloc\Form

Code

public function __construct(MessengerInterface $messenger, ConfigFactoryInterface $config_factory, IpGeoLocAPI $api, IpGeoLocSession $session) {
  parent::__construct($config_factory);
  $this->messenger = $messenger;
  $this->api = $api;
  $this->session = $session;
}