hook_cron
Related topics
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
Functions that call hook_cron()
| Name | Location | Description |
|---|---|---|
| hook_cron | developer/hooks/core.php | Perform periodic actions. |
Functions called by hook_cron()
| Name | Location | Description |
|---|---|---|
| db_fetch_array | includes/database.pgsql.inc | Fetch one result row from the previous query as an array. |
| db_query | includes/database.inc | Runs a basic query in the active database. |
| hook_cron | developer/hooks/core.php | Perform periodic actions. |
