You are here

public function AuthorizeForm::__construct in OAuth2 Server 8

Same name and namespace in other branches
  1. 2.0.x src/Form/AuthorizeForm.php \Drupal\oauth2_server\Form\AuthorizeForm::__construct()

Authorize Form constructor.

Parameters

\Drupal\oauth2_server\OAuth2StorageInterface $oauth2_storage: The OAuth2 storage object.

File

src/Form/AuthorizeForm.php, line 33

Class

AuthorizeForm
Class Authorize Form.

Namespace

Drupal\oauth2_server\Form

Code

public function __construct(OAuth2StorageInterface $oauth2_storage) {
  $this->storage = $oauth2_storage;
}