public function ActiveHours::__construct in SMS Framework 8
Same name and namespace in other branches
- 2.x modules/sms_user/src/ActiveHours.php \Drupal\sms_user\ActiveHours::__construct()
- 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 46
Class
- ActiveHours
- Defines the user active hours service.
Namespace
Drupal\sms_userCode
public function __construct(ConfigFactoryInterface $config_factory) {
$this->configFactory = $config_factory;
}