function xhprof_views_api in XHProf 6
Same name and namespace in other branches
- 7 xhprof.module \xhprof_views_api()
Implementation of hook_views_api().
File
- ./
xhprof.module, line 74
Code
function xhprof_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'xhprof'),
);
}