You are here

protected property OAuthAddConsumerForm::$account in OAuth 1.0 8

Same name and namespace in other branches
  1. 8.2 src/Form/OAuthAddConsumerForm.php \Drupal\oauth\Form\OAuthAddConsumerForm::account

The current user service.

Type: \Drupal\Core\Session\AccountProxyInterface

File

src/Form/OAuthAddConsumerForm.php, line 28
Contains \Drupal\oauth\Form\OAuthAddConsumerForm.

Class

OAuthAddConsumerForm
Provides a form to add OAuth consumers.

Namespace

Drupal\oauth\Form

Code

protected $account;