protected function MobileDeviceDetection::getAttributes in Mobile Device Detection 8.3
Same name and namespace in other branches
- 8.2 src/Object/MobileDeviceDetection.php \Drupal\mobile_device_detection\Object\MobileDeviceDetection::getAttributes()
Get attributes.
File
- src/
Object/ MobileDeviceDetection.php, line 118
Class
- MobileDeviceDetection
- MobileDeviceDetection object.
Namespace
Drupal\mobile_device_detection\ObjectCode
protected function getAttributes() {
return $this->attributes;
}