protected function MobileDeviceDetection::getMobileHeaders in Mobile Device Detection 8.2
Same name and namespace in other branches
- 8.3 src/Object/MobileDeviceDetection.php \Drupal\mobile_device_detection\Object\MobileDeviceDetection::getMobileHeaders()
2 calls to MobileDeviceDetection::getMobileHeaders()
- MobileDeviceDetection::check in src/
Object/ MobileDeviceDetection.php - MobileDeviceDetection::setUserAgentHeaders in src/
Object/ MobileDeviceDetection.php
File
- src/
Object/ MobileDeviceDetection.php, line 125
Class
- MobileDeviceDetection
- MobileDeviceDetection object.
Namespace
Drupal\mobile_device_detection\ObjectCode
protected function getMobileHeaders() {
return $this->mobileHeaders;
}