hook_view
Related topics
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
Functions that call hook_view()
| Name | Location | Description |
|---|---|---|
| hook_view | developer/hooks/node.php | Display a node. |
Functions called by hook_view()
| Name | Location | Description |
|---|---|---|
| hook_view | developer/hooks/node.php | Display a node. |
| node_prepare | modules/node/node.module | Apply filters and build the node's standard elements. |
| t | includes/common.inc | Translate strings to the page language or a given language. |
| theme | includes/theme.inc | Generate the themed output. |
