The database table name.
File
- core/lib/Drupal/Core/Lock/DatabaseLockBackend.php, line 19
Class
- DatabaseLockBackend
- Defines the database lock backend. This is the default backend in Drupal.
Namespace
Drupal\Core\Lock
Code
const TABLE_NAME = 'semaphore';
Please login to continue.