Related topics

Namesort iconDescription
File interfaceCommon file handling functions.

Functions that call file_save_data()

Namesort iconLocationDescription
blogapi_metaweblog_new_media_objectdrupal/modules/blogapi/blogapi.moduleBlogging API callback. Inserts a file into Drupal.
drupal_build_css_cachedrupal/includes/common.incAggregate and optimize CSS files, putting them in the files directory.
drupal_build_js_cachedrupal/includes/common.incAggregate JS files, putting them in the files directory.
_color_save_stylesheetdrupal/modules/color/color.moduleSave the rewritten stylesheet to disk.
_locale_rebuild_jsdrupal/includes/locale.inc(Re-)Creates the JavaScript translation file for a language.

Functions called by file_save_data()

Namesort iconLocationDescription
drupal_set_messagedrupal/includes/bootstrap.incSet a message which reflects the status of the performed operation.
file_directory_tempdrupal/includes/file.incDetermine the default temporary directory.
file_get_mimetypedrupal/includes/file.incDetermine an Internet Media Type, or MIME type from a filename.
file_movedrupal/includes/file.incMove a file to a new location and update the file's database entry.
file_savedrupal/includes/file.incSave a file object to the database.
file_unmanaged_save_datadrupal/includes/file.incSave a string to the specified destination without calling any hooks or making any changes to the database.
tdrupal/includes/common.incTranslate strings to the page language or a given language.