CacheExampleForm::$currentUser

Same name in other branches
  1. 3.x modules/cache_example/src/Form/CacheExampleForm.php \Drupal\cache_example\Form\CacheExampleForm::currentUser
  2. 4.0.x modules/cache_example/src/Form/CacheExampleForm.php \Drupal\cache_example\Form\CacheExampleForm::currentUser

The current user.

Type: \Drupal\Core\Session\AccountProxyInterface

File

cache_example/src/Form/CacheExampleForm.php, line 21

Class

CacheExampleForm
Form with examples on how to use cache.

Namespace

Drupal\cache_example\Form

Code

protected $currentUser;