function hook_mobile_tools_device_detector_info in Mobile Tools 7.3
Allow a module to detect the device making the page request
@todo write documentation
See also
mobile_tools_browscap
1 function implements hook_mobile_tools_device_detector_info()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- mobile_tools_browscap_mobile_tools_device_detector_info in mobile_tools_browscap/
mobile_tools_browscap.module - Implements hook_mobile_tools_device_detector_info().
1 invocation of hook_mobile_tools_device_detector_info()
- _mobile_tools_get_device_detectors in ./
mobile_tools.module - List of device detection modules
File
- ./
mobile_tools.api.php, line 46 - API functions for mobile_tools
Code
function hook_mobile_tools_device_detector_info() {
}