Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
LockInterface.php
function LockInterface::getRemainingLifetime
Returns the remaining lifetime in seconds.
2 methods override
LockInterface::getRemainingLifetime()
Lock::getRemainingLifetime
in vendor/
symfony/
lock/
Lock.php
Returns the remaining lifetime in seconds.
NoLock::getRemainingLifetime
in vendor/
symfony/
lock/
NoLock.php
Returns the remaining lifetime in seconds.
File
vendor/
symfony/
lock/
LockInterface.php
, line 61
Class
LockInterface
LockInterface defines an interface to manipulate the status of a lock.
Namespace
Symfony\Component\Lock
Code
public
function
getRemainingLifetime
() : ?float;
RSS feed