You are here

public function UltimateCronPlugin::cron_alter in Ultimate Cron 7.2

A hook_cron_alter() for plugins.

3 methods override UltimateCronPlugin::cron_alter()
UltimateCronBackgroundProcessLegacyLauncher::cron_alter in plugins/ultimate_cron/launcher/background_process_legacy.class.php
Implements hook_cron_alter().
UltimateCronQueueSettings::cron_alter in plugins/ultimate_cron/settings/queue.class.php
Implements hook_cron_alter().
UltimateCronSerialLauncher::cron_alter in plugins/ultimate_cron/launcher/serial.class.php
Implements hook_cron_alter().

File

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

Class

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

Code

public function cron_alter(&$jobs) {
}