NullLockBackend::releaseAll

public NullLockBackend::releaseAll($lock_id = NULL)

Releases all locks for the given lock token identifier.

Parameters

string $lockId: (optional) If none given, remove all locks from the current page. Defaults to NULL.

Overrides LockBackendInterface::releaseAll

File

core/lib/Drupal/Core/Lock/NullLockBackend.php, line 49

Class

NullLockBackend
Defines a Null lock backend.

Namespace

Drupal\Core\Lock

Code

public function releaseAll($lock_id = NULL) {
}
doc_Drupal
2016-10-29 09:32:11
Comments
Leave a Comment

Please login to continue.