hook_block
Related topics
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
Functions that call hook_block()
| Name | Location | Description |
|---|---|---|
| hook_block | developer/hooks/core.php | Declare a block or set of blocks. |
Functions called by hook_block()
| Name | Location | Description |
|---|---|---|
| hook_block | developer/hooks/core.php | Declare a block or set of blocks. |
| t | includes/common.inc | Translate strings to the page language or a given language. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |
| variable_set | includes/bootstrap.inc | Set a persistent variable. |
