1 views_handler_sort.inc | views_handler_sort::sort_submit(&$form, &$form_state) |
File
- core/
modules/ views/ handlers/ views_handler_sort.inc, line 176 - @todo.
Class
- views_handler_sort
- Base sort handler that has no options and performs a simple sort.
Code
function sort_submit(&$form, &$form_state) {
}