You are here

public function UltimateCronPlugin::build_operations_alter in Ultimate Cron 7.2

Allow plugins to alter the allowed operations for a job.

2 methods override UltimateCronPlugin::build_operations_alter()
UltimateCronBackgroundProcessLegacyLauncher::build_operations_alter in plugins/ultimate_cron/launcher/background_process_legacy.class.php
Use ajax for run, since we're launching in the background.
UltimateCronGeneralSettings::build_operations_alter in plugins/ultimate_cron/settings/general.class.php
Use ajax for run, since we're launching in the background.

File

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

Class

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

Code

public function build_operations_alter($job, &$allowed_operations) {
}