You are here

function Name::value_submit in Views (for Drupal 7) 8.3

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

lib/Views/user/Plugin/views/filter/Name.php, line 147
Definition of Views\user\Plugin\views\filter\Name.

Class

Name
Filter handler for usernames.

Namespace

Views\user\Plugin\views\filter

Code

function value_submit($form, &$form_state) {

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