function activity_comments_views_handlers in Activity 7
Same name and namespace in other branches
- 6.2 activity_comments/views/activity_comments.views.inc \activity_comments_views_handlers()
Implementation of hook_views_handlers().
File
- activity_comments/
views/ activity_comments.views.inc, line 70
Code
function activity_comments_views_handlers() {
return array(
'activity_comments_handler_field_comments',
);
}