function views_handler_filter::operator_validate
Validate the operator form.
1 call to views_handler_filter::operator_validate()
- views_handler_filter::options_validate in handlers/
views_handler_filter.inc - Simple validate handler.
File
-
handlers/
views_handler_filter.inc, line 346
Class
- views_handler_filter
- Base class for filters.
Code
public function operator_validate($form, &$form_state) {
}