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

Breadcrumb

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

function PersistingStoreInterface::exists

Returns whether or not the resource exists in the storage.

13 methods override PersistingStoreInterface::exists()
CombinedStore::exists in vendor/symfony/lock/Store/CombinedStore.php
Returns whether or not the resource exists in the storage.
DoctrineDbalPostgreSqlStore::exists in vendor/symfony/lock/Store/DoctrineDbalPostgreSqlStore.php
Returns whether or not the resource exists in the storage.
DoctrineDbalStore::exists in vendor/symfony/lock/Store/DoctrineDbalStore.php
Returns whether or not the resource exists in the storage.
FlockStore::exists in vendor/symfony/lock/Store/FlockStore.php
Returns whether or not the resource exists in the storage.
InMemoryStore::exists in vendor/symfony/lock/Store/InMemoryStore.php
Returns whether or not the resource exists in the storage.

... See full list

File

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

Class

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

Namespace

Symfony\Component\Lock

Code

public function exists(Key $key) : bool;

API Navigation

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