protected function MobileDeviceDetection::getCloudHeaders in Mobile Device Detection 8.3
Same name and namespace in other branches
- 8.2 src/Object/MobileDeviceDetection.php \Drupal\mobile_device_detection\Object\MobileDeviceDetection::getCloudHeaders()
Get cloud headers.
1 call to MobileDeviceDetection::getCloudHeaders()
- MobileDeviceDetection::setUserAgentHeaders in src/
Object/ MobileDeviceDetection.php - Set user agent headers.
File
- src/
Object/ MobileDeviceDetection.php, line 168
Class
- MobileDeviceDetection
- MobileDeviceDetection object.
Namespace
Drupal\mobile_device_detection\ObjectCode
protected function getCloudHeaders() {
return $this->cloudHeaders;
}