private function MobileDeviceDetectionObject::_match in Mobile Device Detection 8
2 calls to MobileDeviceDetectionObject::_match()
File
- src/
Object/ MobileDeviceDetectionObject.php, line 239
Class
Namespace
Drupal\mobile_device_detection\ObjectCode
private function _match($value) {
return (bool) preg_match(sprintf('#%s#is', $value), $this
->getUserAgentHeaders(), $matches);
}