public function MobileDeviceDetection::isTablet in Mobile Device Detection 8
Same name and namespace in other branches
- 8.3 src/Object/MobileDeviceDetection.php \Drupal\mobile_device_detection\Object\MobileDeviceDetection::isTablet()
- 8.2 src/Object/MobileDeviceDetection.php \Drupal\mobile_device_detection\Object\MobileDeviceDetection::isTablet()
*
Overrides MobileDeviceDetectionObject::isTablet
File
- src/Object/ MobileDeviceDetection.php, line 35 
Class
Namespace
Drupal\mobile_device_detection\ObjectCode
public function isTablet() {
  return parent::isTablet();
}