function Name::valueSubmit

Overrides InOperator::valueSubmit

File

core/modules/user/src/Plugin/views/filter/Name.php, line 100

Class

Name
Filter handler for usernames.

Namespace

Drupal\user\Plugin\views\filter

Code

protected function valueSubmit($form, FormStateInterface $form_state) {
  // prevent array filter from removing our anonymous user.
}

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