You are here

public function LockInterface::unlock in Ultimate Cron 8.2

Release lock.

Parameters

string $lock_id: The lock id to release.

1 method overrides LockInterface::unlock()
Lock::unlock in src/Lock/Lock.php
Release lock.

File

src/Lock/LockInterface.php, line 82

Class

LockInterface
Class for handling lock functions.

Namespace

Drupal\ultimate_cron\Lock

Code

public function unlock($lock_id);