8 calls to drupal_cron_run()
- cron.php in ./
cron.php - Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
- CronRunTestCase::testCronCacheExpiration in modules/
system/ system.test - Tests that hook_flush_caches() is not invoked on every single cron run.
- DrupalWebTestCase::setUp in modules/
simpletest/ drupal_web_test_case.php - Sets up a Drupal site for running functional and integration tests.
- install_finished in includes/
install.core.inc - Finishes importing files at end of installation.
- PollExpirationTestCase::testAutoExpire in modules/
poll/ poll.test - system_run_automated_cron in modules/
system/ system.module - Run the automated cron if enabled.
- system_run_cron in modules/
system/ system.admin.inc - Menu callback: run cron manually.
- system_run_cron_submit in modules/
system/ system.admin.inc - Submit callback; run cron.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.