function EntityReference::valueSubmit

Same name and namespace in other branches
  1. main core/modules/views/src/Plugin/views/filter/EntityReference.php \Drupal\views\Plugin\views\filter\EntityReference::valueSubmit()

Overrides InOperator::valueSubmit

File

core/modules/views/src/Plugin/views/filter/EntityReference.php, line 654

Class

EntityReference
Filters a view by entity references.

Namespace

Drupal\views\Plugin\views\filter

Code

protected function valueSubmit($form, FormStateInterface $form_state) : void {
  // Prevent the parent class InOperator from altering the array.
  // @see \Drupal\views\Plugin\views\filter\InOperator::valueSubmit().
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.