1.20.x comment.module comment_views_api()

Implements hook_views_api().

File

modules/comment/comment.module, line 423
Enables users to comment on published content.

Code

function comment_views_api() {
  return array(
    'api' => '3.0',
    'path' => backdrop_get_path('module', 'comment') . '/views',
  );
}