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';
The database table name.
Drupal\Core\Flood
const TABLE_NAME = 'flood';
Please login to continue.