| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
| Name | Location | Description |
|---|---|---|
| menu_get_object | drupal/includes/menu.inc | Get a loaded object from a router item. |
| node_prepare | drupal/modules/node/node.module | Apply filters and build the node's standard elements. |
| t | drupal/includes/common.inc | Translate strings to the page language or a given language. |
| theme | drupal/includes/theme.inc | Generate the themed output. |