You are here

interface MobileDeviceDetectionInterface in Mobile Device Detection 8

Hierarchy

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\Object
View source
interface MobileDeviceDetectionInterface {

  /**
   * {@inheritdoc}
   */
  public function isMobile();

  /**
   * {@inheritdoc}
   */
  public function isTablet();

  /**
   * {@inheritdoc}
   */
  public function getObject();

}

Members