You are here

public function MobileDeviceDetection::getObject in Mobile Device Detection 8

Same name and namespace in other branches
  1. 8.3 src/Object/MobileDeviceDetection.php \Drupal\mobile_device_detection\Object\MobileDeviceDetection::getObject()
  2. 8.2 src/Object/MobileDeviceDetection.php \Drupal\mobile_device_detection\Object\MobileDeviceDetection::getObject()

*

Overrides MobileDeviceDetectionObject::getObject

File

src/Object/MobileDeviceDetection.php, line 21

Class

MobileDeviceDetection

Namespace

Drupal\mobile_device_detection\Object

Code

public function getObject() {
  return parent::getObject();
}