Search for cron

  1. Search 9.5.x for cron
  2. Search 8.9.x for cron
  3. Search 10.3.x for cron
  4. Search 11.x for cron
  5. Other projects
Title Object type File name Summary
AggregatorCronTestCase class modules/aggregator/aggregator.test Tests functionality of the cron process in the Aggregator module.
AggregatorCronTestCase::getInfo function modules/aggregator/aggregator.test
AggregatorCronTestCase::testCron function modules/aggregator/aggregator.test Adds feeds and updates them via cron process.
aggregator_cron function modules/aggregator/aggregator.module Implements hook_cron().
aggregator_cron_queue_info function modules/aggregator/aggregator.module Implements hook_cron_queue_info().
common_test_cron function modules/simpletest/tests/common_test.module Implements hook_cron().
common_test_cron_helper.info file modules/simpletest/tests/common_test_cron_helper.info name = "Common Test Cron Helper"
description = "Helper module for CronRunTestCase::testCronExceptions()."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
common_test_cron_helper.module file modules/simpletest/tests/common_test_cron_helper.module Helper module for the testCronExceptions in addition to common_test module.
common_test_cron_helper_cron function modules/simpletest/tests/common_test_cron_helper.module Implements hook_cron().
cron-curl.sh file scripts/cron-curl.sh #!/bin/sh

curl --silent --compressed http://example.com/cron.php
cron-lynx.sh file scripts/cron-lynx.sh #!/bin/sh

/usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1
cron.php file ./cron.php Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
CronQueueTestCallbackClass class modules/system/tests/cron_queue_test.module
CronQueueTestCallbackClass::foo function modules/system/tests/cron_queue_test.module
CronQueueTestCase class modules/system/system.test Test execution of the cron queue.
CronQueueTestCase::getInfo function modules/system/system.test Implement getInfo().
CronQueueTestCase::setUp function modules/system/system.test Sets up a Drupal site for running functional and integration tests.
CronQueueTestCase::testCallable function modules/system/system.test Tests worker defined as a class method callable.
CronQueueTestCase::testExceptions function modules/system/system.test Tests that exceptions thrown by workers are handled properly.
CronRunTestCase class modules/system/system.test
CronRunTestCase::getInfo function modules/system/system.test Implement getInfo().
CronRunTestCase::setUp function modules/system/system.test Sets up a Drupal site for running functional and integration tests.
CronRunTestCase::testAutomaticCron function modules/system/system.test Ensure that the automatic cron run feature is working.
CronRunTestCase::testCronCacheExpiration function modules/system/system.test Tests that hook_flush_caches() is not invoked on every single cron run.
CronRunTestCase::testCronExceptions function modules/system/system.test Make sure exceptions thrown on hook_cron() don't affect other modules.
CronRunTestCase::testCronRun function modules/system/system.test Test cron runs.
CronRunTestCase::testManualCron function modules/system/system.test Ensure that the manual cron run is working.
CronRunTestCase::testTempFileCleanup function modules/system/system.test Ensure that temporary files are removed.
cron_queue_test.info file modules/system/tests/cron_queue_test.info name = Cron Queue test
description = 'Support module for the cron queue runner.'
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
cron_queue_test.module file modules/system/tests/cron_queue_test.module
cron_queue_test_cron_queue_info function modules/system/tests/cron_queue_test.module Implements hook_cron_queue_info().
cron_queue_test_exception function modules/system/tests/cron_queue_test.module
DBLogTestCase::verifyCron function modules/dblog/dblog.test Verifies that cron correctly applies the database log row limit.
dblog_cron function modules/dblog/dblog.module Implements hook_cron().
DrupalWebTestCase::cronRun function modules/simpletest/drupal_web_test_case.php Runs cron in the Drupal installed by Simpletest.
drupal_cron_cleanup function includes/common.inc DEPRECATED: Shutdown function: Performs cron cleanup.
DRUPAL_CRON_DEFAULT_THRESHOLD constant modules/system/system.module Default interval for automatic cron executions in seconds.
drupal_cron_run function includes/common.inc Executes a cron run when called.
field_cron function modules/field/field.module Implements hook_cron().
hook_cron function modules/system/system.api.php Perform periodic actions.
hook_cron_queue_info function modules/system/system.api.php Declare queues holding items that need to be run periodically.
hook_cron_queue_info_alter function modules/system/system.api.php Alter cron queue information before cron runs.
node_cron function modules/node/node.module Implements hook_cron().
openid_cron function modules/openid/openid.module Remove expired nonces from the database.
poll_cron function modules/poll/poll.module Implements hook_cron().
search_cron function modules/search/search.module Implements hook_cron().
SiteMaintenanceTestCase::testCronSiteMaintenance function modules/system/system.test Verify access to cron.php with custom 403 page during maintenance mode.
statistics_cron function modules/statistics/statistics.module Implements hook_cron().
system_cron function modules/system/system.module Implements hook_cron().
system_cron_settings function modules/system/system.admin.inc Form builder; Cron form.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.