function activity_comments_views_api in Activity 7
Same name and namespace in other branches
- 6.2 activity_comments/activity_comments.module \activity_comments_views_api()
Implements hook_views_api().
File
- activity_comments/
activity_comments.module, line 250 - Provides comment handling for activity messages
Code
function activity_comments_views_api() {
return array(
'api' => '3.0-alpha1',
'path' => drupal_get_path('module', 'activity_comments') . '/views',
);
}