You are here

protected function MobileDeviceDetection::getUserAgentHeaders 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::getUserAgentHeaders()
3 calls to MobileDeviceDetection::getUserAgentHeaders()
MobileDeviceDetection::check in src/Object/MobileDeviceDetection.php
MobileDeviceDetection::match in src/Object/MobileDeviceDetection.php
MobileDeviceDetection::version in src/Object/MobileDeviceDetection.php

File

src/Object/MobileDeviceDetection.php, line 161

Class

MobileDeviceDetection
MobileDeviceDetection object.

Namespace

Drupal\mobile_device_detection\Object

Code

protected function getUserAgentHeaders() {
  return $this->userAgentHeaders;
}