You are here

protected function KeywordId::valueSubmit in Bibliography & Citation 8

Same name and namespace in other branches
  1. 2.0.x modules/bibcite_entity/src/Plugin/views/filter/KeywordId.php \Drupal\bibcite_entity\Plugin\views\filter\KeywordId::valueSubmit()

Overrides InOperator::valueSubmit

See also

\Drupal\taxonomy\Plugin\views\filter\TaxonomyIndexTid::valueSubmit()

\Drupal\user\Plugin\views\filter\Name::valueSubmit()

File

modules/bibcite_entity/src/Plugin/views/filter/KeywordId.php, line 120

Class

KeywordId
Filter handler for keywords.

Namespace

Drupal\bibcite_entity\Plugin\views\filter

Code

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

  // Do nothing and do not execute parent method.
}