public property RecipientType::$status in Workbench Email 8
Same name and namespace in other branches
- 2.x 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\AnnotationCode
public $status = FALSE;