The lock object used for this data.
Type: \Drupal\Core\Lock\LockBackendInterface
File
- core/modules/user/src/SharedTempStore.php, line 52
Class
- SharedTempStore
- Stores and retrieves temporary data for a given owner.
Namespace
Drupal\user
Code
1 | protected $lockBackend ; |
Please login to continue.