function DatabaseBackend::__construct
Construct the DatabaseBackend.
Parameters
\Drupal\Core\Database\Connection $connection: The database connection which will be used to store the flood event information.
\Symfony\Component\HttpFoundation\RequestStack $requestStack: The request stack used to retrieve the current request.
\Drupal\Component\Datetime\TimeInterface $time: The time service.
File
-
core/
lib/ Drupal/ Core/ Flood/ DatabaseBackend.php, line 31
Class
- DatabaseBackend
- Defines the database flood backend. This is the default Drupal backend.
Namespace
Drupal\Core\FloodCode
public function __construct(protected Connection $connection, protected RequestStack $requestStack, protected TimeInterface $time) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.