function views_handler_field_comment_link::query in Views (for Drupal 7) 6.3
Same name and namespace in other branches
- 6.2 modules/comment/views_handler_field_comment_link.inc \views_handler_field_comment_link::query()
- 7.3 modules/comment/views_handler_field_comment_link.inc \views_handler_field_comment_link::query()
Called to add the field to a 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();
}