private function MobileDeviceDetectionObject::_get in Mobile Device Detection 8
2 calls to MobileDeviceDetectionObject::_get()
File
- src/
Object/ MobileDeviceDetectionObject.php, line 226
Class
Namespace
Drupal\mobile_device_detection\ObjectCode
private function _get($options) {
foreach ($options as $key => $value) {
if (!empty($value)) {
if ($this
->_match($value)) {
return $key;
}
}
}
}