You are here

public function NullLockBackend::releaseAll in Service Container 7

Same name and namespace in other branches
  1. 7.2 lib/Drupal/Core/Lock/NullLockBackend.php \Drupal\Core\Lock\NullLockBackend::releaseAll()

Implements Drupal\Core\Lock\LockBackedInterface::releaseAll().

Overrides LockBackendInterface::releaseAll

File

lib/Drupal/Core/Lock/NullLockBackend.php, line 54
Contains \Drupal\Core\Lock\NullLockBackend.

Class

NullLockBackend
Defines a Null lock backend.

Namespace

Drupal\Core\Lock

Code

public function releaseAll($lock_id = NULL) {
}