public function MobileDeviceDetection::__construct in Mobile Device Detection 8
Same name and namespace in other branches
- 8.3 src/Object/MobileDeviceDetection.php \Drupal\mobile_device_detection\Object\MobileDeviceDetection::__construct()
- 8.2 src/Object/MobileDeviceDetection.php \Drupal\mobile_device_detection\Object\MobileDeviceDetection::__construct()
The constructoror
Overrides MobileDeviceDetectionObject::__construct
File
- src/
Object/ MobileDeviceDetection.php, line 14
Class
Namespace
Drupal\mobile_device_detection\ObjectCode
public function __construct(MobileDeviceDetectionAttributes $attributes) {
parent::__construct($attributes);
}