You are here

public function colorbox_handler_field_colorbox::query in Colorbox 7.2

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

Query.

@codingStandardsIgnoreEnd

Overrides views_handler_field::query

File

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

Class

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

Code

public function query() {

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