| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
| Name | Location | Description |
|---|---|---|
| t | drupal/includes/common.inc | Translate strings to the current locale. |
| theme | drupal/includes/theme.inc | Generate the themed representation of a Drupal object. |
| url | drupal/includes/common.inc | Generate an internal Drupal URL. |
| user_access | drupal/modules/user.module | Determine whether the user has a given privilege. |