You are here

protected property CommentStorage::$currentUser in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/comment/src/CommentStorage.php \Drupal\comment\CommentStorage::currentUser
  2. 10 core/modules/comment/src/CommentStorage.php \Drupal\comment\CommentStorage::currentUser

The current user.

Type: \Drupal\Core\Session\AccountInterface

File

core/modules/comment/src/CommentStorage.php, line 33

Class

CommentStorage
Defines the storage handler class for comments.

Namespace

Drupal\comment

Code

protected $currentUser;