You are here

public function CronJobInterface::loadLogEntry in Ultimate Cron 8.2

Load log entry.

Parameters

string $lock_id: The lock id of the log entry.

Return value

LogEntry The log entry.

1 method overrides CronJobInterface::loadLogEntry()
CronJob::loadLogEntry in src/Entity/CronJob.php
Load log entry.

File

src/CronJobInterface.php, line 253

Class

CronJobInterface

Namespace

Drupal\ultimate_cron

Code

public function loadLogEntry($lock_id);