service flood in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/core.services.yml \flood
Class
Drupal\Core\Flood\DatabaseBackendTags
- backend_overridable
6 string references to flood
- drupal6.php in core/
modules/ migrate_drupal/ 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.
- DrupalTest::testFlood in core/
tests/ Drupal/ Tests/ Core/ DrupalTest.php - Tests the flood() method.
- GarbageCollectionTest::setUp in core/
modules/ system/ src/ Tests/ KeyValueStore/ GarbageCollectionTest.php - Performs setup tasks before each individual test method is run.
- MessageForm::create in core/
modules/ contact/ src/ MessageForm.php - Instantiates a new instance of this class.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Flood\DatabaseBackend
- arguments:
- - '@database'
- - '@request_stack'
- tags:
- - { name: backend_overridable }