You are here

function mobile_detect_ctools_access_check in Mobile Detect 7

The actual access callback.

1 string reference to 'mobile_detect_ctools_access_check'
mobile_detect_ctools.inc in mobile_detect_ctools/plugins/access/mobile_detect_ctools.inc

File

mobile_detect_ctools/plugins/access/mobile_detect_ctools.inc, line 48

Code

function mobile_detect_ctools_access_check($conf, $context) {
  $type = $conf['type'];
  return mobile_detect_check_type($type);
}