protected property DatabaseBackend::$connection

Same name in this branch
  1. 8.x drupal/core/lib/Drupal/Core/Flood/DatabaseBackend.php \Drupal\Core\Flood\DatabaseBackend::connection
  2. 8.x drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php \Drupal\Core\Cache\DatabaseBackend::connection

The database connection used to store flood event information.

Type: \Drupal\Core\Database\Connection

File

drupal/core/lib/Drupal/Core/Flood/DatabaseBackend.php, line 23
Definition of Drupal\Core\Flood\DatabaseBackend.

Class

DatabaseBackend
Defines the database flood backend. This is the default Drupal backend.

Namespace

Drupal\Core\Flood

Code

protected $connection;