W3cubDocs

/Drupal 8

public function LockBackendInterface::release

public LockBackendInterface::release($name)

Releases the given lock.

Parameters

string $name:

File

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

Class

LockBackendInterface
Lock backend interface.

Namespace

Drupal\Core\Lock

Code

public function release($name);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Lock!LockBackendInterface.php/function/LockBackendInterface::release/8.1.x