You are here

public function LockInterface::persist in Ultimate Cron 8.2

Dont release lock on shutdown.

Parameters

string $lock_id: The lock id to persist.

1 method overrides LockInterface::persist()
Lock::persist in src/Lock/Lock.php
Dont release lock on shutdown.

File

src/Lock/LockInterface.php, line 36

Class

LockInterface
Class for handling lock functions.

Namespace

Drupal\ultimate_cron\Lock

Code

public function persist($lock_id);