function views_handler::expose_validate

Validate the options form.

1 call to views_handler::expose_validate()
views_handler_sort::options_validate in handlers/views_handler_sort.inc
Simple validate handler.
1 method overrides views_handler::expose_validate()
views_handler_filter::expose_validate in handlers/views_handler_filter.inc
Validate the options form.

File

includes/handlers.inc, line 569

Class

views_handler
Base handler, from which all the other handlers are derived. It creates a common interface to create consistency amongst handlers and data.

Code

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