protected property ActiveHours::$status in SMS Framework 8
Same name and namespace in other branches
- 2.x modules/sms_user/src/ActiveHours.php \Drupal\sms_user\ActiveHours::status
- 2.1.x modules/sms_user/src/ActiveHours.php \Drupal\sms_user\ActiveHours::status
Whether active hours is enabled in configuration.
Whether active hours is enabled in configuration or NULL if configuration has not been built yet.
Type: bool|null
File
- modules/
sms_user/ src/ ActiveHours.php, line 29
Class
- ActiveHours
- Defines the user active hours service.
Namespace
Drupal\sms_userCode
protected $status = NULL;