function heartbeat_comments_views_api in Heartbeat 7
Implementation of hook_views_api().
File
- modules/heartbeat_comments/ heartbeat_comments.module, line 587 
- Heartbeat comments for activity.
Code
function heartbeat_comments_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'heartbeat_plugins'),
  );
}