You are here

protected function Name::valueSubmit in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/user/src/Plugin/views/filter/Name.php \Drupal\user\Plugin\views\filter\Name::valueSubmit()
  2. 9 core/modules/user/src/Plugin/views/filter/Name.php \Drupal\user\Plugin\views\filter\Name::valueSubmit()

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

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

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.
}