You are here

protected property ThemeInfoRebuildSubscriber::$account in Devel 8

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

The current user.

Type: \Drupal\Core\Session\AccountProxyInterface

File

src/EventSubscriber/ThemeInfoRebuildSubscriber.php, line 41

Class

ThemeInfoRebuildSubscriber
Subscriber for force the system to rebuild the theme registry.

Namespace

Drupal\devel\EventSubscriber

Code

protected $account;