function mobile_tools_views_api in Mobile Tools 6.2
Same name and namespace in other branches
- 6.3 mobile_tools.module \mobile_tools_views_api()
Implementation of hook_views_api().
File
- ./
mobile_tools.module, line 708 - Primarily Drupal hooks.
Code
function mobile_tools_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'mobile_tools') . '/views',
);
}