You are here

public function views_handler_filter_term_node_tid::value_submit in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.3 modules/taxonomy/views_handler_filter_term_node_tid.inc \views_handler_filter_term_node_tid::value_submit()
  2. 6.2 modules/taxonomy/views_handler_filter_term_node_tid.inc \views_handler_filter_term_node_tid::value_submit()

Perform any necessary changes to the form values prior to storage.

There is no need for this function to actually store the data.

Overrides views_handler_filter_in_operator::value_submit

File

modules/taxonomy/views_handler_filter_term_node_tid.inc, line 403
Definition of views_handler_filter_term_node_tid.

Class

views_handler_filter_term_node_tid
Filter by term id.

Code

public function value_submit($form, &$form_state) {

  // prevent array_filter from messing up our arrays in parent submit.
}