You are here

public function ActiveHours::__construct in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 modules/sms_user/src/ActiveHours.php \Drupal\sms_user\ActiveHours::__construct()
  2. 2.1.x modules/sms_user/src/ActiveHours.php \Drupal\sms_user\ActiveHours::__construct()

Constructs a ActiveHours object.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The configuration factory.

File

modules/sms_user/src/ActiveHours.php, line 48

Class

ActiveHours
Defines the user active hours service.

Namespace

Drupal\sms_user

Code

public function __construct(ConfigFactoryInterface $config_factory) {
  $this->configFactory = $config_factory;
}