public function KeyListController::__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/ Controller/ KeyListController.php, line 30
Class
- KeyListController
- Class KeyListController.
Namespace
Drupal\users_jwt\ControllerCode
public function __construct(UsersJwtKeyRepositoryInterface $key_repository) {
$this->keyRepository = $key_repository;
}