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

Breadcrumb

  1. Drupal Core 11.1.x

namespace Symfony\Component\Lock\Store

Object name File name Summary
CombinedStore vendor/symfony/lock/Store/CombinedStore.php CombinedStore is a PersistingStoreInterface implementation able to manage and synchronize several StoreInterfaces.
DatabaseTableTrait vendor/symfony/lock/Store/DatabaseTableTrait.php @internal
DoctrineDbalPostgreSqlStore vendor/symfony/lock/Store/DoctrineDbalPostgreSqlStore.php DoctrineDbalPostgreSqlStore is a PersistingStoreInterface implementation using
PostgreSql advisory locks with a Doctrine DBAL Connection.
DoctrineDbalStore vendor/symfony/lock/Store/DoctrineDbalStore.php DbalStore is a PersistingStoreInterface implementation using a Doctrine DBAL connection.
ExpiringStoreTrait vendor/symfony/lock/Store/ExpiringStoreTrait.php
FlockStore vendor/symfony/lock/Store/FlockStore.php FlockStore is a PersistingStoreInterface implementation using the FileSystem flock.
InMemoryStore vendor/symfony/lock/Store/InMemoryStore.php InMemoryStore is a PersistingStoreInterface implementation using
php-array to manage locks.
MemcachedStore vendor/symfony/lock/Store/MemcachedStore.php MemcachedStore is a PersistingStoreInterface implementation using Memcached as store engine.
MongoDbStore vendor/symfony/lock/Store/MongoDbStore.php MongoDbStore is a StoreInterface implementation using MongoDB as a storage
engine. Support for MongoDB server >=2.2 due to use of TTL indexes.
NullStore vendor/symfony/lock/Store/NullStore.php
PdoStore vendor/symfony/lock/Store/PdoStore.php PdoStore is a PersistingStoreInterface implementation using a PDO connection.
PostgreSqlStore vendor/symfony/lock/Store/PostgreSqlStore.php PostgreSqlStore is a PersistingStoreInterface implementation using
PostgreSql advisory locks.
RedisStore vendor/symfony/lock/Store/RedisStore.php RedisStore is a PersistingStoreInterface implementation using Redis as store engine.
SemaphoreStore vendor/symfony/lock/Store/SemaphoreStore.php SemaphoreStore is a PersistingStoreInterface implementation using Semaphore as store engine.
StoreFactory vendor/symfony/lock/Store/StoreFactory.php StoreFactory create stores and connections.
ZookeeperStore vendor/symfony/lock/Store/ZookeeperStore.php ZookeeperStore is a PersistingStoreInterface implementation using Zookeeper as store engine.

API Navigation

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