Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
core.services.yml
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
service flood
Class
Drupal\Core\Flood\DatabaseBackend
3 string references to flood
FloodTest::testCleanUp
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
System/
FloodTest.php
Test flood control mechanism clean-up.
user_login_authenticate_validate
in drupal/
core/
modules/
user/
user.module
A validate handler on the login form. Check supplied username/password against local users table. If successful, $form_state['uid'] is set to the matching user ID.
user_login_final_validate
in drupal/
core/
modules/
user/
user.module
The final validation handler on the login form.
File
drupal/
core/
core.services.yml
drupal/core/core.services.yml
View source
class:
Drupal\Core\Flood\DatabaseBackend
arguments:
- '@database'
- '@request'