You are here

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

Constructs a new object. Adds dependency injection.

File

src/Services/IpGeoLocSession.php, line 17

Class

IpGeoLocSession
Class DrupaliseMe.

Namespace

Drupal\ip_geoloc\Services

Code

public function __construct(ModuleHandler $moduleHandler) {
  $this->moduleHandler = $moduleHandler;
}