You are here

protected property ActiveHours::$status in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 modules/sms_user/src/ActiveHours.php \Drupal\sms_user\ActiveHours::status
  2. 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 31

Class

ActiveHours
Defines the user active hours service.

Namespace

Drupal\sms_user

Code

protected $status = NULL;