LockBackendInterface::releaseAll

public LockBackendInterface::releaseAll($lockId = 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.

File

core/lib/Drupal/Core/Lock/LockBackendInterface.php, line 121

Class

LockBackendInterface
Lock backend interface.

Namespace

Drupal\Core\Lock

Code

public function releaseAll($lockId = NULL);
doc_Drupal
2016-10-29 09:24:55
Comments
Leave a Comment

Please login to continue.