You are here

function TaxonomyIndexTid::value_submit in Views (for Drupal 7) 8.3

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

lib/Views/taxonomy/Plugin/views/filter/TaxonomyIndexTid.php, line 343
Definition of views_handler_filter_term_node_tid.

Class

TaxonomyIndexTid
Filter by term id.

Namespace

Views\taxonomy\Plugin\views\filter

Code

function value_submit($form, &$form_state) {

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