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