You are here

protected property ModulesListForm::$currentUser in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/src/Form/ModulesListForm.php \Drupal\system\Form\ModulesListForm::currentUser
  2. 10 core/modules/system/src/Form/ModulesListForm.php \Drupal\system\Form\ModulesListForm::currentUser

The current user.

Type: \Drupal\Core\Session\AccountInterface

File

core/modules/system/src/Form/ModulesListForm.php, line 42

Class

ModulesListForm
Provides module installation interface.

Namespace

Drupal\system\Form

Code

protected $currentUser;