service flood in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \flood
- 9 core/core.services.yml \flood
Class
Drupal\Core\Flood\DatabaseBackendTags
- backend_overridable
10 string references to flood
- DatabaseBackend.php in core/
lib/ Drupal/ Core/ Flood/ DatabaseBackend.php - drupal6.php in core/
modules/ migrate_drupal/ tests/ fixtures/ drupal6.php - A database agnostic dump for testing purposes.
- drupal7.php in core/
modules/ tracker/ tests/ fixtures/ drupal7.php - A database agnostic dump for testing purposes.
- drupal7.php in core/
modules/ rdf/ tests/ fixtures/ drupal7.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.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Flood\DatabaseBackend
- arguments:
- - '@database'
- - '@request_stack'
- tags:
- - { name: backend_overridable }