You are here

function ajax_comments_views_api in AJAX Comments 7

Implements hook_views_api().

File

./ajax_comments.module, line 70
AJAX comments module file.

Code

function ajax_comments_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'ajax_comments'),
  );
}