You are here

protected property LockBackendAbstract::$locks in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Lock/LockBackendAbstract.php \Drupal\Core\Lock\LockBackendAbstract::locks

Existing locks for this page.

Type: array

File

core/lib/Drupal/Core/Lock/LockBackendAbstract.php, line 24

Class

LockBackendAbstract
Non backend related common methods implementation for lock backends.

Namespace

Drupal\Core\Lock

Code

protected $locks = [];