1 views_handler_sort.inc | views_handler_sort_broken::query($group_by = FALSE) |
Called to add the sort to a query.
Overrides views_handler_sort::query
File
- core/
modules/ views/ handlers/ views_handler_sort.inc, line 229 - @todo.
Class
- views_handler_sort_broken
- A special handler to take the place of missing or broken handlers.
Code
function query($group_by = FALSE) { /* No query to run */
}