You are here

protected property SystemBrandingOffCanvasForm::$currentUser in Drupal 10

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

The current user.

Type: \Drupal\Core\Session\AccountInterface

File

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

Class

SystemBrandingOffCanvasForm
The settings_tray form handler for the SystemBrandingBlock.

Namespace

Drupal\system\Form

Code

protected $currentUser;