Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \flood
  2. 9 core/core.services.yml \flood

Class

Drupal\Core\Flood\DatabaseBackend

Tags

  • backend_overridable
4 string references to flood
DrupalTest::testFlood in core/tests/Drupal/Tests/Core/DrupalTest.php
Tests the flood() method.
MessageForm::create in core/modules/contact/src/MessageForm.php
Instantiates a new instance of this class.
UserPasswordForm::create in core/modules/user/src/Form/UserPasswordForm.php
Instantiates a new instance of this class.
Y2038TimestampUpdateTest.php in core/modules/system/tests/src/Functional/Update/Y2038TimestampUpdateTest.php

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Flood\DatabaseBackend
  2. arguments:
  3. - '@database'
  4. - '@request_stack'
  5. - '@datetime.time'
  6. tags:
  7. - { name: backend_overridable }