Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
NoLock.php
function NoLock::isExpired
Overrides
LockInterface::isExpired
File
vendor/
symfony/
lock/
NoLock.php
, line 47
Class
NoLock
A non locking lock.
Namespace
Symfony\Component\Lock
Code
public
function
isExpired
() : bool {
return
false
; }
RSS feed