You are here

protected property CommentForm::$currentUser in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/comment/src/CommentForm.php \Drupal\comment\CommentForm::currentUser

The current user.

Type: \Drupal\Core\Session\AccountInterface

File

core/modules/comment/src/CommentForm.php, line 32
Contains \Drupal\comment\CommentForm.

Class

CommentForm
Base for controller for comment forms.

Namespace

Drupal\comment

Code

protected $currentUser;