flood

Class

Drupal\Core\Flood\DatabaseBackend

Tags

  • backend_overridable
8 string references to flood
drupal6.php in core/modules/migrate_drupal/tests/fixtures/drupal6.php
A database agnostic dump for testing purposes.
drupal6.php in core/modules/contact/tests/fixtures/drupal6.php
A database agnostic dump for testing purposes.
drupal7.php in core/modules/migrate_drupal/tests/fixtures/drupal7.php
A database agnostic dump for testing purposes.
drupal7.php in core/modules/contact/tests/fixtures/drupal7.php
A database agnostic dump for testing purposes.
DrupalTest::testFlood in core/tests/Drupal/Tests/Core/DrupalTest.php
Tests the flood() method.

... See full list

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.