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

Breadcrumb

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

function PersistingStoreInterface::putOffExpiration

Extends the TTL of a resource.

Parameters

float $ttl amount of seconds to keep the lock in the store:

Throws

LockConflictedException

13 methods override PersistingStoreInterface::putOffExpiration()
CombinedStore::putOffExpiration in vendor/symfony/lock/Store/CombinedStore.php
Extends the TTL of a resource.
DoctrineDbalPostgreSqlStore::putOffExpiration in vendor/symfony/lock/Store/DoctrineDbalPostgreSqlStore.php
Extends the TTL of a resource.
DoctrineDbalStore::putOffExpiration in vendor/symfony/lock/Store/DoctrineDbalStore.php
Extends the TTL of a resource.
FlockStore::putOffExpiration in vendor/symfony/lock/Store/FlockStore.php
Extends the TTL of a resource.
InMemoryStore::putOffExpiration in vendor/symfony/lock/Store/InMemoryStore.php
Extends the TTL of a resource.

... See full list

File

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

Class

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

Namespace

Symfony\Component\Lock

Code

public function putOffExpiration(Key $key, float $ttl) : void;

API Navigation

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