protected property DatabaseBackend::$connection in Drupal 9
Same name in this branch
- 9 core/lib/Drupal/Core/Flood/DatabaseBackend.php \Drupal\Core\Flood\DatabaseBackend::connection
- 9 core/lib/Drupal/Core/Cache/DatabaseBackend.php \Drupal\Core\Cache\DatabaseBackend::connection
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Flood/DatabaseBackend.php \Drupal\Core\Flood\DatabaseBackend::connection
The database connection used to store flood event information.
Type: \Drupal\Core\Database\Connection
File
- core/
lib/ Drupal/ Core/ Flood/ DatabaseBackend.php, line 24
Class
- DatabaseBackend
- Defines the database flood backend. This is the default Drupal backend.
Namespace
Drupal\Core\FloodCode
protected $connection;