function views_handler_field_comment_link::query

Same name in other branches
  1. 7.x-3.x modules/comment/views_handler_field_comment_link.inc \views_handler_field_comment_link::query()

Overrides views_handler_field::query

File

modules/comment/views_handler_field_comment_link.inc, line 29

Class

views_handler_field_comment_link
Base field handler to present a link.

Code

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