function TaxonomyIndexTid::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 InOperator::value_submit

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/TaxonomyIndexTid.php, line 343
Definition of views_handler_filter_term_node_tid.

Class

TaxonomyIndexTid
Filter by term id.

Namespace

Drupal\taxonomy\Plugin\views\filter

Code

function value_submit($form, &$form_state) {

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