| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
| Name | Location | Description |
|---|---|---|
| drupal_set_message | drupal/includes/bootstrap.inc | Set a message which reflects the status of the performed operation. |
| t | drupal/includes/common.inc | Translate strings to the current locale. |
| user_access | drupal/modules/user.module | Determine whether the user has a given privilege. |