You are here

protected function MobileDeviceDetection::getAttributes in Mobile Device Detection 8.2

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

File

src/Object/MobileDeviceDetection.php, line 107

Class

MobileDeviceDetection
MobileDeviceDetection object.

Namespace

Drupal\mobile_device_detection\Object

Code

protected function getAttributes() {
  return $this->attributes;
}