You are here

function hook_pre_schedule in Ultimate Cron 8.2

Invoked just before a job is asked for its schedule.

Parameters

CronJob $job: The job being queried.

1 function implements hook_pre_schedule()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

QueueSettings::cron_pre_schedule in src/QueueSettings.php
Implements hook_cron_alter().

File

./ultimate_cron.api.php, line 195
Hooks provided by Ultimate Cron.

Code

function hook_pre_schedule($job) {
}