protected property ActiveHours::$ranges in SMS Framework 8
Same name and namespace in other branches
- 2.x modules/sms_user/src/ActiveHours.php \Drupal\sms_user\ActiveHours::ranges
- 2.1.x modules/sms_user/src/ActiveHours.php \Drupal\sms_user\ActiveHours::ranges
Date ranges as they exist in configuration.
An unsorted array containing arrays with keys 'start' and 'end' with values in strtotime() format.
Type: array
File
- modules/
sms_user/ src/ ActiveHours.php, line 38
Class
- ActiveHours
- Defines the user active hours service.
Namespace
Drupal\sms_userCode
protected $ranges = [];