You are here

service ultimate_cron.lock in Ultimate Cron 8.2

Class

Drupal\ultimate_cron\Lock\Lock
9 string references to ultimate_cron.lock
SerialLauncher::cleanup in src/Plugin/ultimate_cron/Launcher/SerialLauncher.php
Cleans and purges data stored by this plugin.
SerialLauncher::cron_alter in src/Plugin/ultimate_cron/Launcher/SerialLauncher.php
Implements hook_cron_alter().
SerialLauncher::findFreeThread in src/Plugin/ultimate_cron/Launcher/SerialLauncher.php
SerialLauncher::isLocked in src/Plugin/ultimate_cron/Launcher/SerialLauncher.php
Check if a job is locked.
SerialLauncher::isLockedMultiple in src/Plugin/ultimate_cron/Launcher/SerialLauncher.php
Fallback implementation of multiple lock check.

... See full list

File

./ultimate_cron.services.yml
ultimate_cron.services.yml

View source
  1. class: Drupal\ultimate_cron\Lock\Lock
  2. arguments:
  3. - '@ultimate_cron.database_factory'