public function MobileDeviceDetection::getObject in Mobile Device Detection 8.3
Same name and namespace in other branches
- 8 src/Object/MobileDeviceDetection.php \Drupal\mobile_device_detection\Object\MobileDeviceDetection::getObject()
- 8.2 src/Object/MobileDeviceDetection.php \Drupal\mobile_device_detection\Object\MobileDeviceDetection::getObject()
Get object.
File
- src/
Object/ MobileDeviceDetection.php, line 85
Class
- MobileDeviceDetection
- MobileDeviceDetection object.
Namespace
Drupal\mobile_device_detection\ObjectCode
public function getObject() {
if (isset($this->object->type)) {
$this
->getOperatingSystem();
$this
->getBrowser();
return $this->object;
}
}