function EntityReference::valueSubmit

Overrides InOperator::valueSubmit

File

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

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.