NullLockBackend::release

public NullLockBackend::release($name)

Releases the given lock.

Parameters

string $name:

Overrides LockBackendInterface::release

File

core/lib/Drupal/Core/Lock/NullLockBackend.php, line 44

Class

NullLockBackend
Defines a Null lock backend.

Namespace

Drupal\Core\Lock

Code

public function release($name) {
}
doc_Drupal
2016-10-29 09:32:11
Comments
Leave a Comment

Please login to continue.