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