You are here

public property RecipientType::$status in Workbench Email 2.x

Same name and namespace in other branches
  1. 8 src/Annotation/RecipientType.php \Drupal\workbench_email\Annotation\RecipientType::status

Whether this recipient type is enabled or disabled by default.

Type: bool

File

src/Annotation/RecipientType.php, line 60

Class

RecipientType
Defines a Recipient type annotation object.

Namespace

Drupal\workbench_email\Annotation

Code

public $status = FALSE;