You are here

public function NullLockBackend::wait in Service Container 7.2

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

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

Overrides LockBackendInterface::wait

File

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

Class

NullLockBackend
Defines a Null lock backend.

Namespace

Drupal\Core\Lock

Code

public function wait($name, $delay = 30) {
}