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
- drupal/core/lib/Drupal/Core/Lock/LockBackendInterface.php, line 70
- Definition of Drupal\Core\Lock\LockBackendInterface.
Class
- LockBackendInterface
- Lock backend interface.
Namespace
Drupal\Core\Lock
Code
public function releaseAll($lockId = NULL);