Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
FlockStore.php
function FlockStore::waitAndSaveRead
File
vendor/
symfony/
lock/
Store/
FlockStore.php
, line 68
Class
FlockStore
FlockStore is a PersistingStoreInterface implementation using the FileSystem flock.
Namespace
Symfony\Component\Lock\Store
Code
public
function
waitAndSaveRead
(Key
$key
) : void {
$this
->
lock
(
$key
,
true
,
true
); }
RSS feed