function heartbeat_views_views_api in Heartbeat 6.3
Same name and namespace in other branches
- 6.4 views/heartbeat_views.module \heartbeat_views_views_api()
Implementation of hook_views_api()
This hook will tell views2 that user activity is available
File
- views/
heartbeat_views.module, line 9
Code
function heartbeat_views_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'heartbeat_views'),
);
}