You are here

protected property PrivateTempStore::$lockBackend in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/user/src/PrivateTempStore.php \Drupal\user\PrivateTempStore::lockBackend

The lock object used for this data.

Type: \Drupal\Core\Lock\LockBackendInterface

File

core/modules/user/src/PrivateTempStore.php, line 48
Contains \Drupal\user\PrivateTempStore.

Class

PrivateTempStore
Stores and retrieves temporary data for a given owner.

Namespace

Drupal\user

Code

protected $lockBackend;