public function 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) {
}

© 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!NullLockBackend.php/function/NullLockBackend::release/8.1.x