You are here

protected property SubscriberForm::$allowDelete in Simplenews 8.2

Same name and namespace in other branches
  1. 8 src/Form/SubscriberForm.php \Drupal\simplenews\Form\SubscriberForm::allowDelete
  2. 3.x src/Form/SubscriberForm.php \Drupal\simplenews\Form\SubscriberForm::allowDelete

Allow delete button.

Type: bool

Overrides SubscriptionsFormBase::$allowDelete

File

src/Form/SubscriberForm.php, line 18

Class

SubscriberForm
Form controller for the subscriber edit forms.

Namespace

Drupal\simplenews\Form

Code

protected $allowDelete = TRUE;