You are here

public function UltimateCronPlugin::cron_pre_schedule in Ultimate Cron 7.2

A hook_cron_pre_schedule() for plugins.

2 methods override UltimateCronPlugin::cron_pre_schedule()
UltimateCronBackgroundProcessLegacyLauncher::cron_pre_schedule in plugins/ultimate_cron/launcher/background_process_legacy.class.php
Implements hook_cron_alter().
UltimateCronQueueSettings::cron_pre_schedule in plugins/ultimate_cron/settings/queue.class.php
Implements hook_cron_alter().

File

./ultimate_cron.plugin.inc, line 266
Plugin framework for Ultimate Cron.

Class

UltimateCronPlugin
This is the base class for all Ultimate Cron plugins.

Code

public function cron_pre_schedule($job) {
}