function views_handler_filter::operator_validate

Same name in other branches
  1. 7.x-3.x handlers/views_handler_filter.inc \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 192

Class

views_handler_filter
Base class for filters.

Code

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