You are here

function commerce_backoffice_handler_filter_term_node_tid::value_submit in Commerce Backoffice 7

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::value_submit

File

includes/views/handlers/commerce_backoffice_handler_filter_term_node_tid.inc, line 182
Definition of commerce_backoffice_handler_filter_term_node_tid.

Class

commerce_backoffice_handler_filter_term_node_tid
Filter by term id.

Code

function value_submit($form, &$form_state) {

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