You are here

public function views_handler_sort::sort_submit in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.3 handlers/views_handler_sort.inc \views_handler_sort::sort_submit()
1 call to views_handler_sort::sort_submit()
views_handler_sort::options_submit in handlers/views_handler_sort.inc
Simple submit handler.

File

handlers/views_handler_sort.inc, line 184
Definition of views_handler_sort.

Class

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

Code

public function sort_submit(&$form, &$form_state) {
}