You are here

protected function TaxonomyIndexMachineName::valueSubmit in Taxonomy Machine Name 8

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

File

src/Plugin/views/filter/TaxonomyIndexMachineName.php, line 372

Class

TaxonomyIndexMachineName
Filter by term id.

Namespace

Drupal\taxonomy_machine_name\Plugin\views\filter

Code

protected function valueSubmit($form, FormStateInterface $form_state) {

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