You are here

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

Constructs a \Drupal\system\ConfigFormBase object.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The factory for configuration objects.

Overrides ConfigFormBase::__construct

File

src/Form/LoginSettingsForm.php, line 20

Class

LoginSettingsForm
Class LoginSettingsForm.

Namespace

Drupal\restrict_by_ip\Form

Code

public function __construct(IPToolsInterface $ip_tools) {
  $this->ip_tools = $ip_tools;
}