You are here

function pollim_handler_link_field::query in Poll Improved 7

Called to add the field to a query.

Overrides views_handler_field::query

File

views/pollim_handler_link_field.inc, line 35
Contains a Views field handler to take care of displaying links to entities as fields.

Class

pollim_handler_link_field
@file Contains a Views field handler to take care of displaying links to entities as fields.

Code

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