You are here

public function IPTools::__construct in Restrict Login or Role Access by IP Address 8.4

File

src/IPTools.php, line 18

Class

IPTools
Class IPTools.

Namespace

Drupal\restrict_by_ip

Code

public function __construct(ConfigFactoryInterface $config_factory) {
  $this->config = $config_factory
    ->get('restrict_by_ip.settings');
}