You are here

protected property LockBackendAbstract::$locks in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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 29
Contains \Drupal\Core\Lock\LockBackendAbstract.

Class

LockBackendAbstract
Non backend related common methods implementation for lock backends.

Namespace

Drupal\Core\Lock

Code

protected $locks = array();