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. See also, hook_boot. |
Functions called by hook_init()
| Name | Location | Description |
|---|---|---|
| drupal_add_css | includes/common.inc | Adds a CSS file to the stylesheet queue. |
| drupal_get_path | includes/common.inc | Returns the path to a system item (module, theme, etc.). |
| hook_init | developer/hooks/core.php | Perform setup tasks. See also, hook_boot. |
