You are here

public function views_handler::expose_validate in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.3 includes/handlers.inc \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 564
Defines the various handler objects to help build and display views.

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) {
}