You are here

function vud_node_handler_field_widget::query in Vote Up/Down 6.3

Same name and namespace in other branches
  1. 6.2 vud_node/views/vud_node_handler_field_widget.inc \vud_node_handler_field_widget::query()
  2. 7 vud_node/views/vud_node_handler_field_widget.inc \vud_node_handler_field_widget::query()

File

vud_node/views/vud_node_handler_field_widget.inc, line 17
Provide a handler for Vote Up/down widget field for nodes.

Class

vud_node_handler_field_widget
A handler that provides a Vote Up/Down widget field for nodes.

Code

function query() {

  // Not calling parent method on purpose.
  $this
    ->add_additional_fields();
}