| drupal_set_message | drupal/includes/bootstrap.inc | Set a message which reflects the status of the performed operation. |
| file_copy | drupal/includes/file.inc | Copy a file to a new location and adds a file record to the database. |
| file_delete | drupal/includes/file.inc | Delete a file and its database record. |
| file_save | drupal/includes/file.inc | Save a file object to the database. |
| file_unmanaged_move | drupal/includes/file.inc | Move a file to a new location without calling any hooks or making any
changes to the database. |
| module_invoke_all | drupal/includes/module.inc | Invoke a hook in all enabled modules that implement it. |
| t | drupal/includes/common.inc | Translate strings to the page language or a given language. |