function hook_mobile_tools_detect_device in Mobile Tools 7.2
Detect the type of device in use.
@todo write documentation
1 function implements hook_mobile_tools_detect_device()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
1 invocation of hook_mobile_tools_detect_device()
- mobile_tools_detect_device in ./
mobile_tools.module - Detect the device
File
- ./
mobile_tools.api.php, line 45 - API functions for mobile_tools
Code
function hook_mobile_tools_detect_device() {
}