You are here

public function LockrLoginForm::__construct in Lockr 8.2

Constructs a new LockrLoginForm.

File

src/Form/LockrLoginForm.php, line 28
Contains Drupal\lockr\Form\LockrLoginForm.

Class

LockrLoginForm

Namespace

Drupal\lockr\Form

Code

public function __construct(ConfigFactoryInterface $config, ClientFactory $client_factory, RequestStack $requests, EmailValidator $emailValidator) {
  $this->config = $config;
  $this->clientFactory = $client_factory;
  $this->requests = $requests;
  $this->emailValidator = $emailValidator;
}