Defines a Null lock backend.
This implementation won't actually lock anything and will always succeed on lock attempts.
Expanded class hierarchy of NullLockBackend
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
NullLockBackend:: |
protected | property | Current page lock token identifier. | |
NullLockBackend:: |
public | function |
Implements Drupal\Core\Lock\LockBackedInterface::acquire(). Overrides LockBackendInterface:: |
|
NullLockBackend:: |
public | function |
Implements Drupal\Core\Lock\LockBackedInterface::getLockId(). Overrides LockBackendInterface:: |
|
NullLockBackend:: |
public | function |
Implements Drupal\Core\Lock\LockBackedInterface::lockMayBeAvailable(). Overrides LockBackendInterface:: |
|
NullLockBackend:: |
public | function |
Implements Drupal\Core\Lock\LockBackedInterface::release(). Overrides LockBackendInterface:: |
|
NullLockBackend:: |
public | function |
Implements Drupal\Core\Lock\LockBackedInterface::releaseAll(). Overrides LockBackendInterface:: |
|
NullLockBackend:: |
public | function |
Implements Drupal\Core\Lock\LockBackedInterface::wait(). Overrides LockBackendInterface:: |