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

Breadcrumb

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

function SharedLockStoreInterface::saveRead

Stores the resource if it's not locked for reading by someone else.

Throws

LockConflictedException

7 methods override SharedLockStoreInterface::saveRead()
CombinedStore::saveRead in vendor/symfony/lock/Store/CombinedStore.php
Stores the resource if it's not locked for reading by someone else.
DoctrineDbalPostgreSqlStore::saveRead in vendor/symfony/lock/Store/DoctrineDbalPostgreSqlStore.php
Stores the resource if it's not locked for reading by someone else.
FlockStore::saveRead in vendor/symfony/lock/Store/FlockStore.php
Stores the resource if it's not locked for reading by someone else.
InMemoryStore::saveRead in vendor/symfony/lock/Store/InMemoryStore.php
Stores the resource if it's not locked for reading by someone else.
NullStore::saveRead in vendor/symfony/lock/Store/NullStore.php
Stores the resource if it's not locked for reading by someone else.

... See full list

File

vendor/symfony/lock/SharedLockStoreInterface.php, line 26

Class

SharedLockStoreInterface
@author Jérémy Derussé <jeremy@derusse.com>

Namespace

Symfony\Component\Lock

Code

public function saveRead(Key $key) : void;

API Navigation

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