function StubLockBackendAbstract::release

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Core/Lock/StubLockBackendAbstract.php \Drupal\Tests\Core\Lock\StubLockBackendAbstract::release()

Releases the given lock.

Parameters

string $name: The lock name.

Overrides LockBackendInterface::release

File

core/tests/Drupal/Tests/Core/Lock/StubLockBackendAbstract.php, line 31

Class

StubLockBackendAbstract
A stub of the abstract LockBackendAbstract class for testing purposes.

Namespace

Drupal\Tests\Core\Lock

Code

public function release($name) : void {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.