You are here

constant DatabaseLockBackend::TABLE_NAME in Drupal 9

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

The database table name.

File

core/lib/Drupal/Core/Lock/DatabaseLockBackend.php, line 20

Class

DatabaseLockBackend
Defines the database lock backend. This is the default backend in Drupal.

Namespace

Drupal\Core\Lock

Code

const TABLE_NAME = 'semaphore';