| Name | Description |
|---|---|
| File interface | Common file handling functions. |
| Name | Location | Description |
|---|---|---|
| file_save_upload | drupal/includes/file.inc | Saves a file upload to a new location. |
| 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 page language or a given language. |
| variable_get | drupal/includes/bootstrap.inc | Return a persistent variable. |