Search for cron
| Title | Object type | File name | Summary |
|---|---|---|---|
| AggregatorCronTestCase | class | modules/ |
Tests functionality of the cron process in the Aggregator module. |
| AggregatorCronTestCase::getInfo | function | modules/ |
|
| AggregatorCronTestCase::testCron | function | modules/ |
Adds feeds and updates them via cron process. |
| aggregator_cron | function | modules/ |
Implements hook_cron(). |
| aggregator_cron_queue_info | function | modules/ |
Implements hook_cron_queue_info(). |
| announcements_feed_cron | function | modules/ |
Implements hook_cron(). |
| ANNOUNCEMENTS_FEED_DEFAULT_CRON_INTERVAL | constant | modules/ |
Default cron interval for refreshing feed data in seconds. |
| common_test_cron | function | modules/ |
Implements hook_cron(). |
| common_test_cron_helper.info | file | modules/ |
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/ |
Helper module for the testCronExceptions in addition to common_test module. |
| common_test_cron_helper_cron | function | modules/ |
Implements hook_cron(). |
| cron-curl.sh | file | scripts/ |
#!/bin/sh curl --silent --compressed http://example.com/cron.php |
| cron-lynx.sh | file | scripts/ |
#!/bin/sh /usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1 |
| cron.php | file | ./ |
Handles incoming requests to fire off regularly-scheduled tasks (cron jobs). |
| CronQueueTestCallbackClass | class | modules/ |
|
| CronQueueTestCallbackClass::foo | function | modules/ |
|
| CronQueueTestCase | class | modules/ |
Test execution of the cron queue. |
| CronQueueTestCase::getInfo | function | modules/ |
Implement getInfo(). |
| CronQueueTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| CronQueueTestCase::testCallable | function | modules/ |
Tests worker defined as a class method callable. |
| CronQueueTestCase::testExceptions | function | modules/ |
Tests that exceptions thrown by workers are handled properly. |
| CronRunTestCase | class | modules/ |
|
| CronRunTestCase::getInfo | function | modules/ |
Implement getInfo(). |
| CronRunTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| CronRunTestCase::testAutomaticCron | function | modules/ |
Ensure that the automatic cron run feature is working. |
| CronRunTestCase::testCronCacheExpiration | function | modules/ |
Tests that hook_flush_caches() is not invoked on every single cron run. |
| CronRunTestCase::testCronExceptions | function | modules/ |
Make sure exceptions thrown on hook_cron() don't affect other modules. |
| CronRunTestCase::testCronRun | function | modules/ |
Test cron runs. |
| CronRunTestCase::testManualCron | function | modules/ |
Ensure that the manual cron run is working. |
| CronRunTestCase::testTempFileCleanup | function | modules/ |
Ensure that temporary files are removed. |
| cron_queue_test.info | file | modules/ |
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/ |
|
| cron_queue_test_cron_queue_info | function | modules/ |
Implements hook_cron_queue_info(). |
| cron_queue_test_exception | function | modules/ |
|
| DBLogTestCase::verifyCron | function | modules/ |
Verifies that cron correctly applies the database log row limit. |
| dblog_cron | function | modules/ |
Implements hook_cron(). |
| DrupalWebTestCase::cronRun | function | modules/ |
Runs cron in the Drupal installed by Simpletest. |
| drupal_cron_cleanup | function | includes/ |
DEPRECATED: Shutdown function: Performs cron cleanup. |
| DRUPAL_CRON_DEFAULT_THRESHOLD | constant | modules/ |
Default interval for automatic cron executions in seconds. |
| DRUPAL_CRON_DETAILED_LOGGING | constant | modules/ |
Detailed cron logging disabled by default. |
| drupal_cron_run | function | includes/ |
Executes a cron run when called. |
| field_cron | function | modules/ |
Implements hook_cron(). |
| hook_cron | function | modules/ |
Perform periodic actions. |
| hook_cron_queue_info | function | modules/ |
Declare queues holding items that need to be run periodically. |
| hook_cron_queue_info_alter | function | modules/ |
Alter cron queue information before cron runs. |
| node_cron | function | modules/ |
Implements hook_cron(). |
| openid_cron | function | modules/ |
Remove expired nonces from the database. |
| poll_cron | function | modules/ |
Implements hook_cron(). |
| search_cron | function | modules/ |
Implements hook_cron(). |
| SiteMaintenanceTestCase::testCronSiteMaintenance | function | modules/ |
Verify access to cron.php with custom 403 page during maintenance mode. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.