You are here

protected function MobileDeviceDetectionObject::getUserAgentHeaders in Mobile Device Detection 8

3 calls to MobileDeviceDetectionObject::getUserAgentHeaders()
MobileDeviceDetectionObject::check in src/Object/MobileDeviceDetectionObject.php
MobileDeviceDetectionObject::_match in src/Object/MobileDeviceDetectionObject.php
MobileDeviceDetectionObject::_version in src/Object/MobileDeviceDetectionObject.php

File

src/Object/MobileDeviceDetectionObject.php, line 159

Class

MobileDeviceDetectionObject

Namespace

Drupal\mobile_device_detection\Object

Code

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