You are here

public function UsersKeyForm::__construct in JSON Web Token Authentication (JWT) 8

Constructs a key form.

Parameters

\Drupal\users_jwt\UsersJwtKeyRepositoryInterface $key_repository: The user key repository service.

File

modules/users_jwt/src/Form/UsersKeyForm.php, line 32

Class

UsersKeyForm
Class UsersKeyForm.

Namespace

Drupal\users_jwt\Form

Code

public function __construct(UsersJwtKeyRepositoryInterface $key_repository) {
  $this->keyRepository = $key_repository;
}