You are here

protected property UserCancelForm::$entity in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/user/src/Form/UserCancelForm.php \Drupal\user\Form\UserCancelForm::entity

The user being cancelled.

Type: \Drupal\user\UserInterface

Overrides ContentEntityForm::$entity

File

core/modules/user/src/Form/UserCancelForm.php, line 34

Class

UserCancelForm
Provides a confirmation form for cancelling user account.

Namespace

Drupal\user\Form

Code

protected $entity;