1.20.x views_handler_field.inc | views_handler_field_broken::query($group_by = FALSE) |
Called to add the field to a query.
Overrides views_handler_field::query
File
- modules/
views/ handlers/ views_handler_field.inc, line 1619 - @todo.
Class
- views_handler_field_broken
- A special handler to take the place of missing or broken handlers.
Code
function query($group_by = FALSE) { /* No query to run */
}