public function MobileDeviceDetectionObject::isMobile in Mobile Device Detection 8
1 call to MobileDeviceDetectionObject::isMobile()
- MobileDeviceDetection::isMobile in src/
Object/ MobileDeviceDetection.php - *
1 method overrides MobileDeviceDetectionObject::isMobile()
- MobileDeviceDetection::isMobile in src/
Object/ MobileDeviceDetection.php - *
File
- src/
Object/ MobileDeviceDetectionObject.php, line 84
Class
Namespace
Drupal\mobile_device_detection\ObjectCode
public function isMobile() {
return $this->object->type === 'mobile' ? true : false;
}