1 comment.module | comment_views_api() |
Implements hook_views_api().
File
- core/
modules/ comment/ comment.module, line 449 - Enables users to comment on published content.
Code
function comment_views_api() {
return array(
'api' => '3.0',
'path' => backdrop_get_path('module', 'comment') . '/views',
);
}