You are here

public function views_handler_field_comment_link::query in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.3 modules/comment/views_handler_field_comment_link.inc \views_handler_field_comment_link::query()
  2. 6.2 modules/comment/views_handler_field_comment_link.inc \views_handler_field_comment_link::query()

Overriden to add the field for the entity id.

Overrides views_handler_field_entity::query

File

modules/comment/views_handler_field_comment_link.inc, line 45
Definition of views_handler_field_comment_link.

Class

views_handler_field_comment_link
Base field handler to present a link.

Code

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