You are here

function views_dependent_filters_handler_filter_dependent::expose_form in Views Dependent Filters 7

Override the options form exposed options subform to show nothing, as the options here don't make sense for us.

Overrides views_handler_filter::expose_form

File

./views_dependent_filters_handler_filter_dependent.inc, line 200

Class

views_dependent_filters_handler_filter_dependent

Code

function expose_form(&$form, &$form_state) {
  return;
}