You are here

function TermReference::valueSubmit in EntityFieldQuery Views Backend 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/TermReference.php, line 329
Contains \Drupal\efq_views\Plugin\views\filter\FieldInOperator.

Class

TermReference
Filter by term id.

Namespace

Drupal\efq_views\Plugin\views\filter

Code

function valueSubmit($form, &$form_state) {

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