Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. FlockStore.php

function FlockStore::waitAndSave

Overrides BlockingStoreInterface::waitAndSave

File

vendor/symfony/lock/Store/FlockStore.php, line 63

Class

FlockStore
FlockStore is a PersistingStoreInterface implementation using the FileSystem flock.

Namespace

Symfony\Component\Lock\Store

Code

public function waitAndSave(Key $key) : void {
    $this->lock($key, false, true);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal