You are here

protected property AgreementSubscriber::$account in Agreement 3.0.x

Same name and namespace in other branches
  1. 8.2 src/EventSubscriber/AgreementSubscriber.php \Drupal\agreement\EventSubscriber\AgreementSubscriber::account

Current user account.

Type: \Drupal\Core\Session\AccountProxyInterface

File

src/EventSubscriber/AgreementSubscriber.php, line 49

Class

AgreementSubscriber
Checks if the current user is required to accept an agreement.

Namespace

Drupal\agreement\EventSubscriber

Code

protected $account;