You are here

protected function MobileDeviceDetectionObject::getCloudHeaders in Mobile Device Detection 8

1 call to MobileDeviceDetectionObject::getCloudHeaders()
MobileDeviceDetectionObject::setUserAgentHeaders in src/Object/MobileDeviceDetectionObject.php

File

src/Object/MobileDeviceDetectionObject.php, line 141

Class

MobileDeviceDetectionObject

Namespace

Drupal\mobile_device_detection\Object

Code

protected function getCloudHeaders() {
  return $this->cloud_headers;
}