function views_handler_sort::sort_validate

1 call to views_handler_sort::sort_validate()
views_handler_sort::options_validate in handlers/views_handler_sort.inc
Simple validate handler.

File

handlers/views_handler_sort.inc, line 178

Class

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

Code

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