You are here

public function UltimateCronLauncher::defaultSettings in Ultimate Cron 7.2

Default settings.

Overrides UltimateCronPlugin::defaultSettings

2 calls to UltimateCronLauncher::defaultSettings()
UltimateCronBackgroundProcessLegacyLauncher::defaultSettings in plugins/ultimate_cron/launcher/background_process_legacy.class.php
Default settings.
UltimateCronSerialLauncher::defaultSettings in plugins/ultimate_cron/launcher/serial.class.php
Default settings.
2 methods override UltimateCronLauncher::defaultSettings()
UltimateCronBackgroundProcessLegacyLauncher::defaultSettings in plugins/ultimate_cron/launcher/background_process_legacy.class.php
Default settings.
UltimateCronSerialLauncher::defaultSettings in plugins/ultimate_cron/launcher/serial.class.php
Default settings.

File

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

Class

UltimateCronLauncher
Abstract class for Ultimate Cron launchers.

Code

public function defaultSettings() {
  return array();
}