You are here

protected property WebformElementBase::$currentUser in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformElementBase.php \Drupal\webform\Plugin\WebformElementBase::currentUser

The current user.

Type: \Drupal\Core\Session\AccountInterface

File

src/Plugin/WebformElementBase.php, line 85

Class

WebformElementBase
Provides a base class for a webform element.

Namespace

Drupal\webform\Plugin

Code

protected $currentUser;