You are here

protected property SessionBasedTempStoreFactory::$lockBackend in Session Based Temporary Storage 8

The lock object used for this data.

Type: \Drupal\Core\Lock\LockBackendInterface

File

src/SessionBasedTempStoreFactory.php, line 27

Class

SessionBasedTempStoreFactory
Creates a SessionBasedTempStore object for a given collection.

Namespace

Drupal\session_based_temp_store

Code

protected $lockBackend;