You are here

function views_fields_on_off_form::query in Views Fields On/Off 7

Called to add the field to a query.

Overrides views_handler_field::query

File

includes/views/views_fields_on_off_form.inc, line 130
Definition of views_fields_on_off_form.

Class

views_fields_on_off_form
Provides a handler that adds the form for Fields On/Off.

Code

function query() {

  // This is not a real field and it only affects the query by excluding
  // fields from the display. But Views won't render if the query()
  // method is not present. This doesn't do anything, but it has to be here.
  // This function is a void so it doesn't return anything.
}