You are here

protected property ControllerBase::$currentUser in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Controller/ControllerBase.php \Drupal\Core\Controller\ControllerBase::currentUser
  2. 10 core/lib/Drupal/Core/Controller/ControllerBase.php \Drupal\Core\Controller\ControllerBase::currentUser

The current user service.

Type: \Drupal\Core\Session\AccountInterface

File

core/lib/Drupal/Core/Controller/ControllerBase.php, line 93

Class

ControllerBase
Utility base class for thin controllers.

Namespace

Drupal\Core\Controller

Code

protected $currentUser;