MobileDeviceDetectionInterface.php in Mobile Device Detection 8
Namespace
Drupal\mobile_device_detection\ObjectFile
src/Object/MobileDeviceDetectionInterface.phpView source
<?php
namespace Drupal\mobile_device_detection\Object;
interface MobileDeviceDetectionInterface {
/**
* {@inheritdoc}
*/
public function isMobile();
/**
* {@inheritdoc}
*/
public function isTablet();
/**
* {@inheritdoc}
*/
public function getObject();
}
Interfaces
Name | Description |
---|---|
MobileDeviceDetectionInterface |