You are here

function colorbox_handler_field_colorbox::query in Colorbox 7

Same name and namespace in other branches
  1. 6 views/colorbox_handler_field_colorbox.inc \colorbox_handler_field_colorbox::query()
  2. 7.2 views/colorbox_handler_field_colorbox.inc \colorbox_handler_field_colorbox::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

views/colorbox_handler_field_colorbox.inc, line 14
Views handlers for Colorbox module.

Class

colorbox_handler_field_colorbox
A handler to provide a field that is completely custom by the administrator.

Code

function query() {

  // Do nothing, as this handler does not need to do anything to the query itself.
}