You are here

protected property UserCancelForm::$selectCancel in Drupal 8

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

Whether allowed to select cancellation method.

Type: bool

File

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

Class

UserCancelForm
Provides a confirmation form for cancelling user account.

Namespace

Drupal\user\Form

Code

protected $selectCancel;