function LockBackendInterface::releaseAll
Same name in other branches
- 9 core/lib/Drupal/Core/Lock/LockBackendInterface.php \Drupal\Core\Lock\LockBackendInterface::releaseAll()
- 10 core/lib/Drupal/Core/Lock/LockBackendInterface.php \Drupal\Core\Lock\LockBackendInterface::releaseAll()
- 11.x core/lib/Drupal/Core/Lock/LockBackendInterface.php \Drupal\Core\Lock\LockBackendInterface::releaseAll()
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.
4 methods override LockBackendInterface::releaseAll()
- DatabaseLockBackend::releaseAll in core/
lib/ Drupal/ Core/ ProxyClass/ Lock/ DatabaseLockBackend.php - Releases all locks for the given lock token identifier.
- DatabaseLockBackend::releaseAll in core/
lib/ Drupal/ Core/ Lock/ DatabaseLockBackend.php - Releases all locks for the given lock token identifier.
- NullLockBackend::releaseAll in core/
lib/ Drupal/ Core/ Lock/ NullLockBackend.php - Releases all locks for the given lock token identifier.
- PersistentDatabaseLockBackend::releaseAll in core/
lib/ Drupal/ Core/ ProxyClass/ Lock/ PersistentDatabaseLockBackend.php - Releases all locks for the given lock token identifier.
File
-
core/
lib/ Drupal/ Core/ Lock/ LockBackendInterface.php, line 140
Class
- LockBackendInterface
- Lock backend interface.
Namespace
Drupal\Core\LockCode
public function releaseAll($lockId = NULL);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.