private function MobileDeviceDetection::getBrowser 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::getBrowser()
Get browser.
1 call to MobileDeviceDetection::getBrowser()
- MobileDeviceDetection::getObject in src/
Object/ MobileDeviceDetection.php - Get object.
File
- src/
Object/ MobileDeviceDetection.php, line 258
Class
- MobileDeviceDetection
- MobileDeviceDetection object.
Namespace
Drupal\mobile_device_detection\ObjectCode
private function getBrowser() {
$this->object->browser = $this
->get($this
->getAttributes()
->get('browsers'));
$this
->version($this->object->browser);
}