function lightbox2_handler_field_lightbox2::query in Lightbox2 6
Same name and namespace in other branches
- 8 lightbox2_handler_field_lightbox2.inc \lightbox2_handler_field_lightbox2::query()
- 7.2 lightbox2_handler_field_lightbox2.inc \lightbox2_handler_field_lightbox2::query()
- 7 lightbox2_handler_field_lightbox2.inc \lightbox2_handler_field_lightbox2::query()
File
- ./
lightbox2_handler_field_lightbox2.inc, line 9
Class
- lightbox2_handler_field_lightbox2
- 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.
}