You are here

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

MobileDeviceDetectionObject

Namespace

Drupal\mobile_device_detection\Object

Code

public function isMobile() {
  return $this->object->type === 'mobile' ? true : false;
}