| Name | Description |
|---|---|
| File interface | Common file handling functions. |
| Name | Location | Description |
|---|---|---|
| drupal_set_message | drupal/includes/bootstrap.inc | Set a message which reflects the status of the performed operation. |
| image_get_info | drupal/includes/image.inc | Get details about an image. |
| image_get_toolkit | drupal/includes/image.inc | Retrieve the name of the currently used toolkit. |
| image_scale | drupal/includes/image.inc | Scales an image to the given width and height while maintaining aspect ratio. |
| t | drupal/includes/common.inc | Translate strings to the page language or a given language. |