function LockBackendInterface::release
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Lock/LockBackendInterface.php \Drupal\Core\Lock\LockBackendInterface::release()
- 10 core/lib/Drupal/Core/Lock/LockBackendInterface.php \Drupal\Core\Lock\LockBackendInterface::release()
- 8.9.x core/lib/Drupal/Core/Lock/LockBackendInterface.php \Drupal\Core\Lock\LockBackendInterface::release()
Releases the given lock.
Parameters
string $name: The lock name.
File
-
core/
lib/ Drupal/ Core/ Lock/ LockBackendInterface.php, line 132
Class
- LockBackendInterface
- Lock backend interface.
Namespace
Drupal\Core\LockCode
public function release($name);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.