function itoggle_views_handler_field::query in iToggle 7
Same name and namespace in other branches
- 7.2 modules/views/itoggle_views_handler_field.inc \itoggle_views_handler_field::query()
Called to add the field to a query.
Overrides views_handler_field::query
File
- modules/
views/ itoggle_views_handler.inc, line 43 - View handler for iToggle Views
Class
- itoggle_views_handler_field
- A handler to provide a custom field
Code
function query() {
// Do nothing, as this handler does not need to do anything to the query itself.
}