You are here

function vud_comment_handler_field_widget::query in Vote Up/Down 7

Same name and namespace in other branches
  1. 6.3 vud_comment/views/vud_comment_handler_field_widget.inc \vud_comment_handler_field_widget::query()
  2. 6.2 vud_comment/views/vud_comment_handler_field_widget.inc \vud_comment_handler_field_widget::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

vud_comment/views/vud_comment_handler_field_widget.inc, line 12
Provide a handler for Vote Up/down widget field for comments.

Class

vud_comment_handler_field_widget
A handler that provides a Vote Up/Down widget field for comments.

Code

function query() {

  // We have to override the parent here, because we don't want
  // to do anything.
}