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

Breadcrumb

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

function PersistingStoreInterface::save

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

Throws

LockAcquiringException

LockConflictedException

13 methods override PersistingStoreInterface::save()
CombinedStore::save in vendor/symfony/lock/Store/CombinedStore.php
Stores the resource if it's not locked by someone else.
DoctrineDbalPostgreSqlStore::save in vendor/symfony/lock/Store/DoctrineDbalPostgreSqlStore.php
Stores the resource if it's not locked by someone else.
DoctrineDbalStore::save in vendor/symfony/lock/Store/DoctrineDbalStore.php
Stores the resource if it's not locked by someone else.
FlockStore::save in vendor/symfony/lock/Store/FlockStore.php
Stores the resource if it's not locked by someone else.
InMemoryStore::save in vendor/symfony/lock/Store/InMemoryStore.php
Stores the resource if it's not locked by someone else.

... See full list

File

vendor/symfony/lock/PersistingStoreInterface.php, line 29

Class

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

Namespace

Symfony\Component\Lock

Code

public function save(Key $key) : void;

API Navigation

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