You are here

protected property ChooseBlockController::$currentUser in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/layout_builder/src/Controller/ChooseBlockController.php \Drupal\layout_builder\Controller\ChooseBlockController::currentUser

The current user.

Type: \Drupal\Core\Session\AccountInterface

File

core/modules/layout_builder/src/Controller/ChooseBlockController.php, line 49

Class

ChooseBlockController
Defines a controller to choose a new block.

Namespace

Drupal\layout_builder\Controller

Code

protected $currentUser;