You are here

protected function MobileDeviceDetection::getUserAgentHeaders in Mobile Device Detection 8.3

Same name and namespace in other branches
  1. 8.2 src/Object/MobileDeviceDetection.php \Drupal\mobile_device_detection\Object\MobileDeviceDetection::getUserAgentHeaders()

Get user agent headers.

3 calls to MobileDeviceDetection::getUserAgentHeaders()
MobileDeviceDetection::check in src/Object/MobileDeviceDetection.php
Is checking which kind of device using.
MobileDeviceDetection::match in src/Object/MobileDeviceDetection.php
Match headers.
MobileDeviceDetection::version in src/Object/MobileDeviceDetection.php
Versions.

File

src/Object/MobileDeviceDetection.php, line 186

Class

MobileDeviceDetection
MobileDeviceDetection object.

Namespace

Drupal\mobile_device_detection\Object

Code

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