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. |
| menu_set_location | includes/menu.inc | Change the current menu location of the user. |
| node_prepare | modules/node.module | Apply filters to a node in preparation for theming. |
| t | includes/common.inc | Translate strings to the current locale. |
