public UserLoginForm::validateFinal(array &$form, FormStateInterface $form_state)
Checks if user was not authenticated, or if too many logins were attempted.
This validation function should always be the last one.
File
core/modules/user/src/Form/UserLoginForm.php, line 209
Class
UserLoginForm Provides a user login form.
Namespace
Drupal\user\Form
Code
public function validateFinal(array &$form, FormStateInterface $form_state) {
$flood_config = $this->config('user.flood');