function 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\LockCode
public function releaseAll($lockId = NULL) : void {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.