| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
| Name | Location | Description |
|---|---|---|
| node_get_recent | drupal/modules/node/node.module | Find the most recent nodes that are available to the current user. |
| t | drupal/includes/bootstrap.inc | Translates a string to the current language or to a given language. |
| theme | drupal/includes/theme.inc | Generates themed output. |
| url | drupal/includes/common.inc | Generates an internal or external URL. |
| user_access | drupal/modules/user/user.module | Determine whether the user has a given privilege. |
| variable_get | drupal/includes/bootstrap.inc | Returns a persistent variable. |