You are here

public function LauncherInterface::isLockedMultiple in Ultimate Cron 8.2

Fallback implementation of multiple lock check.

Each launcher should implement an optimized version of this method if possible.

Parameters

\Drupal\ultimate_cron\CronJobInterface[] $jobs: Array of UltimateCronJobs to check.

Return value

array Array of lock ids, keyed by job name.

1 method overrides LauncherInterface::isLockedMultiple()
LauncherBase::isLockedMultiple in src/Launcher/LauncherBase.php
Fallback implementation of multiple lock check.

File

src/Launcher/LauncherInterface.php, line 82

Class

LauncherInterface
Defines a launcher method.

Namespace

Drupal\ultimate_cron\Launcher

Code

public function isLockedMultiple(array $jobs);