Contains filters are case sensitive
Name Locationsort ascending Description
backdrop_unlink includes/file.inc Deletes a file.
backdrop_chmod includes/file.inc Sets the permissions on a file or directory.
file_get_mimetype includes/file.inc Determines an Internet Media Type or MIME type from a filename.
backdrop_dirname includes/file.inc Gets the name of the directory from a given path.
backdrop_basename includes/file.inc Gets the filename from a given path.
backdrop_mkdir includes/file.inc Creates a directory using Backdrop's default mode.
backdrop_rmdir includes/file.inc Removes a directory.
backdrop_tempnam includes/file.inc Creates a file with a unique filename in the specified directory.
file_directory_temp includes/file.inc Gets the path of system-appropriate temporary directory.
file_get_content_headers includes/file.inc Examines a file entity and returns appropriate content headers for download.
file_upload_max_size includes/file.inc Determines the maximum file upload size by querying the PHP settings.
file_scan_directory includes/file.inc Finds all files that match a given mask in a given directory.
file_download_access includes/file.inc Checks that the current user has access to a particular file.
file_download_headers includes/file.inc Retrieves headers for a private file download.
file_download includes/file.inc Page callback: Handles private file transfers.
file_get_stream_wrappers includes/file.inc Provides Backdrop stream wrapper registry.
file_stream_wrapper_get_class includes/file.inc Returns the stream wrapper class name for a given scheme.
file_uri_scheme includes/file.inc Returns the scheme of a URI (e.g. a stream).
file_stream_wrapper_valid_scheme includes/file.inc Checks that the scheme of a stream URI is valid.
file_uri_target includes/file.inc Returns the part of a URI after the schema.
file_default_scheme includes/file.inc Gets the default file stream implementation.
file_stream_wrapper_uri_normalize includes/file.inc Normalizes a URI by making it syntactically correct.
file_stream_wrapper_get_instance_by_uri includes/file.inc Returns a reference to the stream wrapper class responsible for a given URI.
file_stream_wrapper_get_instance_by_scheme includes/file.inc Returns a reference to the stream wrapper class responsible for a scheme.
file_create_url includes/file.inc Creates a web-accessible URL for a stream to an external or local file.
file_prepare_directory includes/file.inc Checks that the directory exists and is writable.
file_ensure_htaccess includes/file.inc Creates a .htaccess file in each files directory if it is missing.
file_save_htaccess includes/file.inc Creates a .htaccess file in the given directory.
file_htaccess_lines includes/file.inc Returns the standard .htaccess lines that Backdrop adds to file directories.
file_load_multiple includes/file.inc Loads file entities from the database.
file_load includes/file.inc Loads a single file entity from the database.
file_save includes/file.inc Saves a new or updated file.
file_usage_list includes/file.inc Determines where a file is used.
file_usage_add includes/file.inc Records that a module is using a file.
file_usage_delete includes/file.inc Removes a record to indicate that a module is no longer using a file.
file_transfer includes/file.inc Transfers a file to the client using HTTP.
file_unmanaged_save_data includes/file.inc Saves a file to the specified destination without invoking file API.
file_save_data includes/file.inc Saves a file to the specified destination and creates a database entry.
file_validate_image_orientation includes/file.inc Check for EXIF orientation data and rotate file if needed.
file_copy includes/file.inc Copies a file to a new location and adds a file record to the database.
file_validate_image_resolution includes/file.inc Verifies that image dimensions are within the specified maximum and minimum.
file_validate_is_image includes/file.inc Checks that the file is recognized by image_get_info() as an image.
file_validate_size includes/file.inc Checks that the file's size is below certain limits.
file_validate_extensions includes/file.inc Checks that the filename ends with an allowed extension.
file_valid_uri includes/file.inc Determines whether the URI has a valid scheme for file API operations.
file_unmanaged_copy includes/file.inc Copies a file to a new location without database changes or hook invocation.
file_unmanaged_prepare includes/file.inc Internal function that prepares the destination for a file_unmanaged_copy or file_unmanaged_move operation.
file_build_uri includes/file.inc Constructs a URI to Backdrop's default files location given a relative path.
file_validate includes/file.inc Checks that a file meets the criteria specified by the validators.
backdrop_move_uploaded_file includes/file.inc Moves an uploaded file to a new location.

Pages