You are here

function flexiform_handler_filter_tags::value_submit in Flexiform 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_in_operator::value_submit

File

includes/views/handlers/flexiform_handler_filter_tags.inc, line 123
Contains handler for tags filter on flexiform views.

Class

flexiform_handler_filter_tags
@file Contains handler for tags filter on flexiform views.

Code

function value_submit($form, &$form_state) {

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