You are here

function lightbox2_handler_field_lightbox2::query in Lightbox2 7.2

Same name and namespace in other branches
  1. 8 lightbox2_handler_field_lightbox2.inc \lightbox2_handler_field_lightbox2::query()
  2. 6 lightbox2_handler_field_lightbox2.inc \lightbox2_handler_field_lightbox2::query()
  3. 7 lightbox2_handler_field_lightbox2.inc \lightbox2_handler_field_lightbox2::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

./lightbox2_handler_field_lightbox2.inc, line 10
Contain the integration with views A handler to provide a field that is completely custom by the administrator.

Class

lightbox2_handler_field_lightbox2
@file Contain the integration with views 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.
}