interface MobileDeviceDetectionInterface in Mobile Device Detection 8
Hierarchy
- interface \Drupal\mobile_device_detection\Object\MobileDeviceDetectionInterface
Expanded class hierarchy of MobileDeviceDetectionInterface
All classes that implement MobileDeviceDetectionInterface
1 file declares its use of MobileDeviceDetectionInterface
- MobileDeviceDetection.php in src/
Object/ MobileDeviceDetection.php
File
- src/
Object/ MobileDeviceDetectionInterface.php, line 5
Namespace
Drupal\mobile_device_detection\ObjectView source
interface MobileDeviceDetectionInterface {
/**
* {@inheritdoc}
*/
public function isMobile();
/**
* {@inheritdoc}
*/
public function isTablet();
/**
* {@inheritdoc}
*/
public function getObject();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MobileDeviceDetectionInterface:: |
public | function | * | |
MobileDeviceDetectionInterface:: |
public | function | * | |
MobileDeviceDetectionInterface:: |
public | function | * |