You are here

function activity_comments_handler_field_comments::query in Activity 7

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

Called to add the field to a query.

Overrides views_handler_field::query

File

activity_comments/views/activity_comments.views.inc, line 86

Class

activity_comments_handler_field_comments
Activity comments comment form field handler.

Code

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