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
1 | const TABLE_NAME = 'flood' ; |
Please login to continue.