You are here

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

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

Class

ActiveHours
Defines the user active hours service.

Namespace

Drupal\sms_user

Code

protected $ranges = [];