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

Breadcrumb

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

function PersistingStoreInterface::delete

Removes a resource from the storage.

Throws

LockReleasingException

13 methods override PersistingStoreInterface::delete()
CombinedStore::delete in vendor/symfony/lock/Store/CombinedStore.php
Removes a resource from the storage.
DoctrineDbalPostgreSqlStore::delete in vendor/symfony/lock/Store/DoctrineDbalPostgreSqlStore.php
Removes a resource from the storage.
DoctrineDbalStore::delete in vendor/symfony/lock/Store/DoctrineDbalStore.php
Removes a resource from the storage.
FlockStore::delete in vendor/symfony/lock/Store/FlockStore.php
Removes a resource from the storage.
InMemoryStore::delete in vendor/symfony/lock/Store/InMemoryStore.php
Removes a resource from the storage.

... See full list

File

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

Class

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

Namespace

Symfony\Component\Lock

Code

public function delete(Key $key) : void;

API Navigation

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