You are here

function activity_comments_handler_field_comments::query in Activity 6.2

Same name and namespace in other branches
  1. 7 activity_comments/views/activity_comments.views.inc \activity_comments_handler_field_comments::query()

File

activity_comments/views/activity_comments_handler_field_comments.inc, line 12

Class

activity_comments_handler_field_comments
Activity comments comment form field handler.

Code

function query() {
  $this
    ->add_additional_fields();
}