public property RecipientTypeBase::$status in Workbench Email 8
Same name and namespace in other branches
- 2.x src/Plugin/RecipientTypeBase.php \Drupal\workbench_email\Plugin\RecipientTypeBase::status
A Boolean indicating whether this recipient type is enabled.
Type: bool
File
- src/
Plugin/ RecipientTypeBase.php, line 35
Class
- RecipientTypeBase
- Provides a base class for Recipient type plugins.
Namespace
Drupal\workbench_email\PluginCode
public $status = FALSE;