You are here

function views_handler_sort_broken::query in Views (for Drupal 7) 6.2

Same name and namespace in other branches
  1. 6.3 handlers/views_handler_sort.inc \views_handler_sort_broken::query()
  2. 7.3 handlers/views_handler_sort.inc \views_handler_sort_broken::query()

Called to add the sort to a query.

Overrides views_handler_sort::query

File

handlers/views_handler_sort.inc, line 69

Class

views_handler_sort_broken
A special handler to take the place of missing or broken handlers.

Code

function query() {

  /* No query to run */
}