You are here

function pollim_handler_pollim_operations_field::query in Poll Improved 7

Called to add the field to a query.

Overrides views_handler_field::query

File

views/pollim_handler_pollim_operations_field.inc, line 14

Class

pollim_handler_pollim_operations_field
This field handler aggregates operations that can be done on a pollim under a single field providing a more flexible way to present them in a view

Code

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