flood

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

Class

Drupal\Core\Flood\DatabaseBackend

Tags

  • backend_overridable
3 string references to flood
DrupalTest::testFlood in core/tests/Drupal/Tests/Core/DrupalTest.php
Tests the flood() method.
UserController::create in core/modules/user/src/Controller/UserController.php
Instantiates a new instance of the implementing class using autowiring.
UserPasswordForm::create in core/modules/user/src/Form/UserPasswordForm.php
Instantiates a new instance of this class.

File

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 }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.