29 calls to _ultimate_cron_get_class() in Ultimate Cron 7.2
- drush_ultimate_cron_cron_list in ./
ultimate_cron.drush.inc - List cron jobs.
- UltimateCronBackgroundProcessLegacyLauncher::launchPoorman in plugins/
ultimate_cron/ launcher/ background_process_legacy.class.php - Poorman launcher.
- UltimateCronBackgroundProcessLegacyLauncher::poormanLauncher in plugins/
ultimate_cron/ launcher/ background_process_legacy.class.php - Poorman launcher background process callback.
- UltimateCronDatabaseLogger::cleanup in plugins/
ultimate_cron/ logger/ database.class.php - Cleanup logs.
- UltimateCronJob::clearSignal in ./
ultimate_cron.job.inc - Clear a signal.
- UltimateCronJob::clearSignals in ./
ultimate_cron.job.inc - Send all signal for the job.
- UltimateCronJob::getSignal in ./
ultimate_cron.job.inc - Get a signal and clear it if found.
- UltimateCronJob::peekSignal in ./
ultimate_cron.job.inc - Get a signal without affecting it.
- UltimateCronJob::sendSignal in ./
ultimate_cron.job.inc - Send a signal.
- UltimateCronLauncher::finishProgress in ./
ultimate_cron.plugin.inc - Default implementation of finishProgress().
- UltimateCronLauncher::getProgress in ./
ultimate_cron.plugin.inc - Default implementation of getProgress().
- UltimateCronLauncher::getProgressMultiple in ./
ultimate_cron.plugin.inc - Default implementation of getProgressMultiple().
- UltimateCronLauncher::initializeProgress in ./
ultimate_cron.plugin.inc - Default implementation of initializeProgress().
- UltimateCronLauncher::setProgress in ./
ultimate_cron.plugin.inc - Default implementation of setProgress().
- UltimateCronLock::cleanup in ./
ultimate_cron.lock.inc - Cleanup expired locks.
- UltimateCronSerialLauncher::cleanup in plugins/
ultimate_cron/ launcher/ serial.class.php - Cleanup.
- UltimateCronSerialLauncher::cron_alter in plugins/
ultimate_cron/ launcher/ serial.class.php - Implements hook_cron_alter().
- UltimateCronSerialLauncher::findFreeThread in plugins/
ultimate_cron/ launcher/ serial.class.php - Find a free thread for running cron jobs.
- UltimateCronSerialLauncher::isLocked in plugins/
ultimate_cron/ launcher/ serial.class.php - Check if job is locked.
- UltimateCronSerialLauncher::isLockedMultiple in plugins/
ultimate_cron/ launcher/ serial.class.php - Check lock for multiple jobs.
- UltimateCronSerialLauncher::launch in plugins/
ultimate_cron/ launcher/ serial.class.php - Launcher.
- UltimateCronSerialLauncher::launchJobs in plugins/
ultimate_cron/ launcher/ serial.class.php - Launch manager.
- UltimateCronSerialLauncher::launchPoorman in plugins/
ultimate_cron/ launcher/ serial.class.php - Poormans cron launcher.
- UltimateCronSerialLauncher::lock in plugins/
ultimate_cron/ launcher/ serial.class.php - Lock job.
- UltimateCronSerialLauncher::runThread in plugins/
ultimate_cron/ launcher/ serial.class.php - Run jobs in thread.
- UltimateCronSerialLauncher::unlock in plugins/
ultimate_cron/ launcher/ serial.class.php - Unlock job.
- ultimate_cron_job_ctools_export_ui::list_form in plugins/
ctools/ export_ui/ ultimate_cron_job_ctools_export_ui.class.php - Create the filter/sort form at the top of a list of exports.
- ultimate_cron_requirements in ./
ultimate_cron.install - Implements hook_requirements().
- _ultimate_cron_job_load_all_raw in ./
ultimate_cron.module - Load all jobs available from cTools export.