You are here

function views_handler_sort::exposed_form in Views (for Drupal 7) 6.3

Since all exposed sorts are grouped into one select box. We don't return nothing when views call to exposed_form()

Overrides views_handler::exposed_form

File

handlers/views_handler_sort.inc, line 131

Class

views_handler_sort
Base sort handler that has no options and performs a simple sort

Code

function exposed_form(&$form, &$form_state) {
}