You are here

public function LockBackendInterface::release in Service Container 7

Same name and namespace in other branches
  1. 7.2 lib/Drupal/Core/Lock/LockBackendInterface.php \Drupal\Core\Lock\LockBackendInterface::release()

Releases the given lock.

Parameters

string $name:

2 methods override LockBackendInterface::release()
DatabaseLockBackend::release in lib/Drupal/Core/Lock/DatabaseLockBackend.php
Implements Drupal\Core\Lock\LockBackedInterface::release().
NullLockBackend::release in lib/Drupal/Core/Lock/NullLockBackend.php
Implements Drupal\Core\Lock\LockBackedInterface::release().

File

lib/Drupal/Core/Lock/LockBackendInterface.php, line 117
Contains \Drupal\Core\Lock\LockBackendInterface.

Class

LockBackendInterface
Lock backend interface.

Namespace

Drupal\Core\Lock

Code

public function release($name);