function heartbeat_views_api in Heartbeat 7
Implementation of hook_views_api().
File
- ./
heartbeat.module, line 600 - Module file for heartbeat activity. Basic hook implementations and helper functions will be found here.
Code
function heartbeat_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'heartbeat'),
);
}