public DatabaseLockBackend::schemaDefinition()
Defines the schema for the semaphore table.
File
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php, line 209
Class
DatabaseLockBackend Defines the database lock backend. This is the default backend in Drupal.
Namespace
Drupal\Core\Lock
Code
public function schemaDefinition() {
return [
'description' => 'Table for holding semaphores, locks, flags, etc. that cannot be stored as state since they must not be cached.',
'fields' =&g