You are here

protected property CancelUser::$currentUser in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/user/src/Plugin/Action/CancelUser.php \Drupal\user\Plugin\Action\CancelUser::currentUser
  2. 10 core/modules/user/src/Plugin/Action/CancelUser.php \Drupal\user\Plugin\Action\CancelUser::currentUser

The current user.

Type: \Drupal\Core\Session\AccountInterface

File

core/modules/user/src/Plugin/Action/CancelUser.php, line 35

Class

CancelUser
Cancels a user account.

Namespace

Drupal\user\Plugin\Action

Code

protected $currentUser;