protected function MobileDeviceDetection::setRequest in Mobile Device Detection 8.3
Set request.
1 call to MobileDeviceDetection::setRequest()
- MobileDeviceDetection::__construct in src/
Object/ MobileDeviceDetection.php - The constructoror.
File
- src/
Object/ MobileDeviceDetection.php, line 125
Class
- MobileDeviceDetection
- MobileDeviceDetection object.
Namespace
Drupal\mobile_device_detection\ObjectCode
protected function setRequest($request) {
$this->request = $request;
}