You are here

protected property ErrorHandlerSubscriber::$account in Devel 8.3

Same name and namespace in other branches
  1. 8 src/EventSubscriber/ErrorHandlerSubscriber.php \Drupal\devel\EventSubscriber\ErrorHandlerSubscriber::account
  2. 8.2 src/EventSubscriber/ErrorHandlerSubscriber.php \Drupal\devel\EventSubscriber\ErrorHandlerSubscriber::account
  3. 4.x src/EventSubscriber/ErrorHandlerSubscriber.php \Drupal\devel\EventSubscriber\ErrorHandlerSubscriber::account

The current user.

Type: \Drupal\Core\Session\AccountProxyInterface

File

src/EventSubscriber/ErrorHandlerSubscriber.php, line 20

Class

ErrorHandlerSubscriber
Listener for handling PHP errors.

Namespace

Drupal\devel\EventSubscriber

Code

protected $account;