You are here

protected property EntityTypeInfo::$currentUser in Devel 8.2

Same name and namespace in other branches
  1. 8.3 src/EntityTypeInfo.php \Drupal\devel\EntityTypeInfo::currentUser
  2. 8 src/EntityTypeInfo.php \Drupal\devel\EntityTypeInfo::currentUser
  3. 4.x src/EntityTypeInfo.php \Drupal\devel\EntityTypeInfo::currentUser

The current user.

Type: \Drupal\Core\Session\AccountInterface

File

src/EntityTypeInfo.php, line 26

Class

EntityTypeInfo
Manipulates entity type information.

Namespace

Drupal\devel

Code

protected $currentUser;