namespace Drupal\Core\Lock

Same name in other branches
  1. 10 Drupal\Core\Lock
  2. 11.x Drupal\Core\Lock
  3. 9 Drupal\Core\Lock
Object name File name Summary
DatabaseLockBackend core/lib/Drupal/Core/Lock/DatabaseLockBackend.php Defines the database lock backend. This is the default backend in Drupal.
LockBackendAbstract core/lib/Drupal/Core/Lock/LockBackendAbstract.php Non backend related common methods implementation for lock backends.
LockBackendInterface core/lib/Drupal/Core/Lock/LockBackendInterface.php Lock backend interface.
NullLockBackend core/lib/Drupal/Core/Lock/NullLockBackend.php Defines a Null lock backend.
PersistentDatabaseLockBackend core/lib/Drupal/Core/Lock/PersistentDatabaseLockBackend.php Defines the persistent database lock backend. This backend is global for this
Drupal installation.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.