function StubLockBackendAbstract::releaseAll

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

Releases all locks for the given lock token identifier.

Parameters

string $lockId: (optional) If none given, remove all locks from the current page. Defaults to NULL.

Overrides LockBackendInterface::releaseAll

File

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

Class

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

Namespace

Drupal\Tests\Core\Lock

Code

public function releaseAll($lockId = NULL) : void {
}

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