You are here

protected function MobileDeviceDetection::getMobileHeaders in Mobile Device Detection 8.2

Same name and namespace in other branches
  1. 8.3 src/Object/MobileDeviceDetection.php \Drupal\mobile_device_detection\Object\MobileDeviceDetection::getMobileHeaders()
2 calls to MobileDeviceDetection::getMobileHeaders()
MobileDeviceDetection::check in src/Object/MobileDeviceDetection.php
MobileDeviceDetection::setUserAgentHeaders in src/Object/MobileDeviceDetection.php

File

src/Object/MobileDeviceDetection.php, line 125

Class

MobileDeviceDetection
MobileDeviceDetection object.

Namespace

Drupal\mobile_device_detection\Object

Code

protected function getMobileHeaders() {
  return $this->mobileHeaders;
}