function Name::value_submit

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::value_submit

File

drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Name.php, line 147
Definition of Drupal\user\Plugin\views\filter\Name.

Class

Name
Filter handler for usernames.

Namespace

Drupal\user\Plugin\views\filter

Code

function value_submit($form, &$form_state) {

  // prevent array filter from removing our anonymous user.
}