You are here

protected function MobileDeviceDetectionObject::getMobileHeaders in Mobile Device Detection 8

2 calls to MobileDeviceDetectionObject::getMobileHeaders()
MobileDeviceDetectionObject::check in src/Object/MobileDeviceDetectionObject.php
MobileDeviceDetectionObject::setUserAgentHeaders in src/Object/MobileDeviceDetectionObject.php

File

src/Object/MobileDeviceDetectionObject.php, line 123

Class

MobileDeviceDetectionObject

Namespace

Drupal\mobile_device_detection\Object

Code

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