hook_init
Related topics
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
Functions that call hook_init()
| Name | Location | Description |
|---|---|---|
| hook_init | developer/hooks/core.php | Perform setup tasks. |
Functions called by hook_init()
| 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_init | developer/hooks/core.php | Perform setup tasks. |
| throttle_status | modules/throttle/throttle.module | Determine the current load on the site. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |
