You are here

private property FieldDownloadCount::$currentUser in Open Social 10.1.x

Same name and namespace in other branches
  1. 10.3.x modules/custom/download_count/src/Plugin/Field/FieldFormatter/FieldDownloadCount.php \Drupal\download_count\Plugin\Field\FieldFormatter\FieldDownloadCount::currentUser
  2. 10.0.x modules/custom/download_count/src/Plugin/Field/FieldFormatter/FieldDownloadCount.php \Drupal\download_count\Plugin\Field\FieldFormatter\FieldDownloadCount::currentUser
  3. 10.2.x modules/custom/download_count/src/Plugin/Field/FieldFormatter/FieldDownloadCount.php \Drupal\download_count\Plugin\Field\FieldFormatter\FieldDownloadCount::currentUser

The current user.

Type: \Drupal\Core\Session\AccountProxyInterface

File

modules/custom/download_count/src/Plugin/Field/FieldFormatter/FieldDownloadCount.php, line 33

Class

FieldDownloadCount
The FieldDownloadCount class.

Namespace

Drupal\download_count\Plugin\Field\FieldFormatter

Code

private $currentUser;