You are here

function colorbox_handler_field_colorbox::query in Colorbox 6

Same name and namespace in other branches
  1. 7.2 views/colorbox_handler_field_colorbox.inc \colorbox_handler_field_colorbox::query()
  2. 7 views/colorbox_handler_field_colorbox.inc \colorbox_handler_field_colorbox::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.
}