You are here

protected function MobileDeviceDetection::getRequest in Mobile Device Detection 8.3

Get request.

File

src/Object/MobileDeviceDetection.php, line 132

Class

MobileDeviceDetection
MobileDeviceDetection object.

Namespace

Drupal\mobile_device_detection\Object

Code

protected function getRequest() {
  return $this->request;
}