You are here

constant DatabaseBackend::TABLE_NAME in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Flood/DatabaseBackend.php \Drupal\Core\Flood\DatabaseBackend::TABLE_NAME

The database table name.

File

core/lib/Drupal/Core/Flood/DatabaseBackend.php, line 17

Class

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

Namespace

Drupal\Core\Flood

Code

const TABLE_NAME = 'flood';