You are here

protected property EntityTypeInfo::$currentUser in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/content_moderation/src/EntityTypeInfo.php \Drupal\content_moderation\EntityTypeInfo::currentUser
  2. 10 core/modules/content_moderation/src/EntityTypeInfo.php \Drupal\content_moderation\EntityTypeInfo::currentUser

The current user.

Type: \Drupal\Core\Session\AccountInterface

File

core/modules/content_moderation/src/EntityTypeInfo.php, line 64

Class

EntityTypeInfo
Manipulates entity type information.

Namespace

Drupal\content_moderation

Code

protected $currentUser;